airblade / quo_vadis

Multifactor authentication for Rails (7 and 6).
MIT License
33 stars 4 forks source link

Support a remember-me checkbox on the account confirmation page #31

Closed airblade closed 1 year ago

airblade commented 2 years ago

The code supports an optional remember-me checkbox for login.

For consistency it should also support an optional remember-me checkbox when confirming an account (because this also logs in the user).

Currently account confirmation plays it safe and works as if there were a remember-me checkbox which wasn't ticked.

airblade commented 1 year ago

Obsoleted by #28. Now the user has to be logged in to confirm their account, and the login process will already have taken care of any remember-me.