Remember Me on Universal Login

Feature: Add a Remember Me feature to new Universal Login

Description: If a user selects Remember Me, we persist their session cookie for a longer period than the current expiration settings.

Use-case: Our legacy product allowed users to stay authenticated for months. As we’ve pushed this same user group to our new product, we are seeing friction in our login process as they are forced to authenticate every 72 hours. While maintaining a secure authentication flow, we want to find ways to ease this friction.

Hi @CKingston,

Welcome to the Auth0 Community!

I recommend using Refresh Token Rotation to extend your users’ sessions so they become long-lived while staying secure.

Let me know if you have any questions.

Thanks,
Rueben