I have an idea about the SignUp method #32515
Unanswered
rznkolds
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to ask a question, registration processes with supabase cover many supports but it does not cover the registration process for otp, it only defines the shouldCreateUser function in the signInWithOTP method, I wish there was a method for this in your system.
For example, the developer would only define the email address to the signUp function and the verification function would be passed,
As for what this will do, I cannot use the id attribute with the signInWithOTP method. For example, if I am going to save data to a table with a user ID, I cannot do this. It requires verification. However, if it is done as I mentioned, the user only specifies the e-mail address and additional operations can be performed with the returned id. Then the user is verified on the e-mail side. Now the user can use the signInWithOTP method when logging in.
Beta Was this translation helpful? Give feedback.
All reactions