K
Kinde2w ago
Panic

Remember Me?

Simple question. Is there a way to enable a remember me option on a browser when signing in with either email, google, or icloud accounts?
1 Reply
Abdelrahman Zaki
Hi there, Yes, you can enable persistent sessions by using the offline scope in your authentication request. This will provide refresh tokens that maintain the user's session.
https://docs.kinde.com/authenticate/manage-authentication/user-auth-applications/ When implemented: 1. The session will persist via refresh tokens 2. On page reload, the SDK will automatically resume the session using the refresh token This works for all authentication methods, including email, Google, and iCloud sign-ins. Please let me know if you have any moe questions or need help.

Did you find this page helpful?