AuthSdkError: The JWT expired and is no longer valid

I am marking this as a bug because I don’t see any documentation on the react / node quickstart about logging out properly. I followed the react quickstart guide along with the node / express portion of it and everything has been working fine until today, whenever we try to log in, we get an error:

AuthSdkError: The JWT expired and is no longer valid

We followed this guide and everything was fine until today:

How do we clear the tokens using the Okta libraries on our client or server, which one is causing the issue, etc.

I get this error on the page:

https://myurl/implicit/callback

Hi @saman.arif

Can you please check if the location where the JWT is being verified (either the computer or the server) has a correct time set (timezone and hour/minute)?

@dragos so is it required that if a customer travels, that they have to make sure to update their laptop’s timezone/time? This feels strange that they have to make sure to do this in order to login to our site…