-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Authenticate user with OTP without password #6169
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
Comments
duplicate: #6152 This is a highly requested feature. |
@dplewis I checked that issue before posting. I am not requesting feature(I mean not requesting in this issue). What I am asking is can I get it working in using Custom Auth? If yes, can someone guide me how? (I will try to work on closed PR during university breaks) |
@thobhanifreddy It is doable in Custom Auth but I'd recommend using cloud code (that's how I do it). An example is in that thread I posted (cloud code), it will be almost the same with custom Auth.
https://docs.parseplatform.org/js/guide/#custom-authentication-module Here are coding examples of custom auth Let us know if the docs aren't clear. |
Hi, is there anyone who can help me implement login/signup only with phone number and otp?
I tried custom Auth but no success. This requires the user to be already registered somewhere. I really want users to be able to log in only with OTP and have multiple sessions just as login and logout. |
I want user to authenticate just using phone number and OTP.
My flow is something like this.
Sign up: Enter Phone -> generate OTP -> verify OTP -> success
Login: Enter Phone -> generate OTP -> verify OTP -> success
I saw there is a closed PR #5306 for this. I will definitely look at it later but right now I need POC app using OTP flow.
I was wondering if I can use custom auth and get it working. I tried to integrate it
But I can't find any documentation to move ahead.
Can anyone guide how to achieve simple OTP authentication flow?
The text was updated successfully, but these errors were encountered: