-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
authentication via phone # #194
Comments
You could start by overriding the registrations controller. You can read about controller overrides here: |
I would like to have that too but I couldn't get how I could achieve that by customizing the token validation controller. Did you made the customization @davidtlee ? |
Hey @jayrmotta, I ended up not doing it by phone after all... I didn't want to deal with what happens when people change phone numbers, etc... sorry couldn't be of more help |
I am about to implement login by phone number and wondering if it can be done this way:
for login, just change user's password every time according to the confirmation code which will be sent to twilio |
Hi there @davidtlee , In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error! If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it. Hope all is well. |
Hi, I was wondering whether there's an easy way for me to base authentication on a phone # column. Basically, I would add a phone # column to the users table. I would then use twilio to get a confirmation of a user's phone # by texting them a short code. After that, I want them to be able to sign in without the extra step of omniauth authentication or having to type an email and password.
Would this be easy to do on devise_token_auth? If it would need to be customized, could you point me to the files that I should start looking from? Thanks!
The text was updated successfully, but these errors were encountered: