Hi Guys,
I was scanning my server logs and saw that I get, from time to time, a JWT::ExpiredSignature exception. This happens when the user loads the issue and that my add-on web panel is loaded. I’m wondering a few things:
- Why is the token expired if the user loads the issue?
- Assuming that the user tries to reload a page, will JIRA also find out that the token is expired and push for the user to login again? Thus never actually showing my add-on?
- Typically, how long is the token valid?
Thanks for any input!