Hello,
I have an app posted on the marketplace which was affected by the:
Action Required - Atlassian Connect installation lifecycle security improvements security improvement.
I am using Jira Cloud with Atlassian Connect Express and I followed the steps in the guide related to Express apps, but I am not sure that I need to change something in my code as well.
The thing is I am not using the installed hook In my app and on uninstalled I am only removing the user from the database. (I am using the addon.authenticate() function from express to let the app access sensitive routes)/
Do I need to change something else in my code as well besides this?
PS:
I changed addon.authentificate to addon.authenticateInstall() on /uninstalled endpoint and addon.checkValidToken() on protected routes which render handlebars templates. I don’t have a /install hook declared.
Regards,
Robert