My web app automatically checks for the new modification or new issues with the jira after certain interval(each 25 minutes).
Now, Access token gets expired within an hour.
So What would be best practice around re-issuing user’s access token?
-
Should I continuously make call to get the access token using a cron job? Or
-
I get new access token right before checking for each modifications ?
Thank you.