JWT Token Expiration

Hi, I have a question regarding the token returned on Login. When I parsed it it contains expiration date for tomorrow (one day). Is this correct? I did some tests with a token older than 1 day and it seemed to work properly… So after how much time is the token invalid?

Hi,

yes you got it right, when a token is created, the expiration date is set to 24h later, as you can see from the extracted data.

tokens older than a day can still work for 6 to 12 hours more, we had issues with tokens being expired too early so we left a bit of margin… but it’ll get fixed eventually.