You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether it would be possible to make adauth do some kind of "remember me" thing?
I'd like to be able to let our users log in & then be auto-logged in next time (for some set period of time), kinda like how devise allows you to do. Currently the session cookie that is set expires on browser close (so they are asked to log in next time).
I don't know whether this is something that adauth could/should handle, or whether it is something I would need to do in my app specifically (if so, have you any pointers on how?)
Thanks,
James
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering whether it would be possible to make adauth do some kind of "remember me" thing?
I'd like to be able to let our users log in & then be auto-logged in next time (for some set period of time), kinda like how devise allows you to do. Currently the session cookie that is set expires on browser close (so they are asked to log in next time).
I don't know whether this is something that adauth could/should handle, or whether it is something I would need to do in my app specifically (if so, have you any pointers on how?)
Thanks,
James
The text was updated successfully, but these errors were encountered: