Hi - I’m developing an addon and would like to make requests against the jira REST API after the user has left the session (similar to the goal of a once daily data import). I know that the JWT has an expiry of 15 minutes and I can use the JWT to get a new JWT.
Is there any way to do this that doesn’t include refreshing the JWT prior to that expiry every 15 minutes? Or is this simply an antipattern?
Thanks!
Jason