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
Sorry, but this is not an issue. It's a question.
Can I use the roadauth gem, where the user Authenticates with a phone number instead of an Email? If so, could you please provide good resources, links, or documents that explain the process or the steps?
Thanks
The text was updated successfully, but these errors were encountered:
Rodauth doesn't have built in support for that. It's possible by using Rodauth configuration methods, but I don't think there is an existing guide for it. You'll want something like:
login_column:phone_numberlogin_uses_email?false# if using any features that send emailsend_emaildo |email|
# send SMS to phone number instead of emailingend
In the future, please open a discussion instead of an issue if you are not reporting a bug.
Sorry, but this is not an issue. It's a question.
Can I use the roadauth gem, where the user Authenticates with a phone number instead of an Email? If so, could you please provide good resources, links, or documents that explain the process or the steps?
Thanks
The text was updated successfully, but these errors were encountered: