You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a React + Vite app and some of my users use mannualy date time configuration in their smartphones. Because of this, that users are receiving a "expired token" message by react-oidc lib.
There some custom config or implementation that I can do to de lib uses a differente timezone to validade the user's token?
Thanks.
The text was updated successfully, but these errors were encountered:
hi @CarlosEduardoC1 OIdc Server timestamp are independant of timezone.
What are your token lifetime expiration? oidc client demo actually have a very short token lifetime (I think 120 seconds) . Does the demo works with your users?
Hi everyone!
I'm developing a React + Vite app and some of my users use mannualy date time configuration in their smartphones. Because of this, that users are receiving a "expired token" message by react-oidc lib.
There some custom config or implementation that I can do to de lib uses a differente timezone to validade the user's token?
Thanks.
The text was updated successfully, but these errors were encountered: