-
We are thinking of allowing our users to sign in with email/password as well as passswordless (currently the sign in only works with passwordless) and I was wondering if this is possible using this gem? |
Beta Was this translation helpful? Give feedback.
Answered by
mikker
Nov 23, 2023
Replies: 1 comment
-
It is definitely possible but you will have to build a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is definitely possible but you will have to build a custom
SessionsController
and handle the passwords yourself and all that. You will build most things yourself but you can definitely use Passwordless' built-in session handling andControllerHelpers
.