Regarding Auth Token

Hello guys ,

I am currently using auth0 as a authentication provider in my project

But I found some odd behaviour or just let ke know it was supposed to be :sweat_smile::sweat_smile:

What I did is I changed my system’s date to 1 week ahead to test a certain feature in my project but as soon as I did it my auth0 login stopped working I was wondering why it happened ,
As the token expires in one day ( 24 hours )

And tokens are validated on the server side so my system time should not matter right ?

So just wanted to ask is it odd behaviour or it was supposed to happen that If i Change my system’s time & date the login does not work as it thinks that token has been expired

I am using auth0 in my vue project