-
Hey there, I'm currently implementing login in my Next.js app. I think I know the answer already but thought I'd get confirmation here - is there a 'remember me' function for login? If it doesn't exist, what's the ETA of such a function? Thanks 😃 P.S. looking forward to MFA, great work on that so far |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
session.lifetime
to set the lifetime of a session which equals "remember me". Users themselves however can currently not chose if they "want to to stay remembered", see #1416