I’ll introduce how to change the login session expiration time in Auth0.
I researched Auth0 login session expiration time to understand the default values and learn how to change the settings.
Session Cookie Mode has two types: Persistent Session and Non-Persistent Session.
The default value is Persistent Session.
Inactivity timeout is a setting that determines how long a user can return (re-access) without having to enter their ID and password again.
* Default value: 4320 Minutes
* 4320 minutes = 72 hours = 3 days
Require log in after is a setting that forces ID and password entry regardless of Inactivity timeout.
* Default value: 10080 Minutes
* 10080 minutes = 168 hours = 7 days
That’s all from the Gemba about Auth0 login session expiration time default values and how to change them.