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
It might just be the lack of documentation or maybe a real issue but with my testing of v5.0.0-beta.20 Credentials never expire. JWT and Session have a default value of 30 days and every time it is accessed it updates the expiration date of the JWT and Session.
So this means the user is never logged out automatically. Am I missing something? I am trying to implement for a session to expire 7 days after login regardless of activity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It might just be the lack of documentation or maybe a real issue but with my testing of v5.0.0-beta.20 Credentials never expire. JWT and Session have a default value of 30 days and every time it is accessed it updates the expiration date of the JWT and Session.
So this means the user is never logged out automatically. Am I missing something? I am trying to implement for a session to expire 7 days after login regardless of activity.
Beta Was this translation helpful? Give feedback.
All reactions