hi,
I developed an addon based on atlassian connect express,
- in dev mode : token expired after 15 min (can see that on decode token and compare iat and exp)
- in my 2 tests instances, i install the addon : token expired after 3 min
submitted my addon to be approved, after install by atlassian, when they want to access addon they have “Token is expired”
i can generate this case in dev mode when i change my clock (wrong time)
i think is a clock problem between my server where i deployed the addon (heroku) and atlassian server instance, but no idea haw to resolve that
does some one have any idea?
thanks