We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passwordless.mounted_as doesn't allow for multiple mounts.
Passwordless.mounted_as
The text was updated successfully, but these errors were encountered:
@mikker I have an idea like
passwordless_for :user passwordless_for :admin
then we can have route method like this
user_passwordless_token_sign_in admin_passwordless_token_sign_in
This concept taking from devise. If you need my help I can create pull request
Sorry, something went wrong.
This would require #22 and a bit more work to generate resource based routes. PRs are welcome (but be aware that I don't think this is a small task.)
Fixed in upcoming 1.0
mikker
No branches or pull requests
Passwordless.mounted_as
doesn't allow for multiple mounts.The text was updated successfully, but these errors were encountered: