-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
Description
Hi! I love this gem and the codebase looks great.
I'd love to integrate it with my current app that uses Devise. I can write a PR if you prefer.
It seems like we could hook into this line:
| sign_in session.authenticatable |
Instead of using the passwordless
#sign_in method, we could use the Devise #sign_in method which will accept the same authenticatable object.
Or the passwordless #sign_in could check if Devise is enabled, and then call out to that.
Thoughts?
Reactions are currently unavailable