Replies: 1 comment 2 replies
-
I don't think this is supported by default. It's possible to create an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am aware of the security considerations that come with this method.
I want to use SMS as my primary authentication method. The flow is that the user signs up by confirming their mobile number via an OTP code. They should be able to sign in using the same mechanism. I don't want to use 2FA, and I don't care about emails in this app. Passwords won't be involved either. I might add extra features in the future, but as of now, they're not needed.
I searched everywhere, and it looks like this is not supported yet. That said, it looks like the critical code is already written because the flow that I need is already supported via
sms_codes
.Did I miss something? If this is indeed not supported, how hard would it be to add support for it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions