Add stay login to universal login form

I want to add stay login function to the login form through a checkbox, how do I do that? someone help

Hi @n3ws , welcome to the community!

By default, a user’s session is persisted on the Auth0 server for as long as your tenant’s session lifetime settings allow:

Alternatively, you can change to using non-persitent sessions so the user has to log in again to Auth0 when they close their browser.

This is currently a tenant wide setting, and cannot be changed on a per-user / per login basis, so I’m afraid there isn’t a way to provide a checkbox to change this setting within the Universal Login page.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.