Signup with Oauth #30755
-
I was able to implement the logic for oauth signin with google in this article: https://supabase.com/docs/guides/auth/social-login/auth-google?queryGroups=environment&environment=server How do I implement the logic for user signup? There doesn't seem to be a default method to do this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not clear if you are asking about this... but OAuth will create the user if their email does not already exist automatically. |
Beta Was this translation helpful? Give feedback.
-
@GaryAustin1 thanks for the reply. I did notice that. Though I was expecting a method specifically for signup. Now, I'm having an issue with redirects after the signup. After I figure that out, I'll close the comment. |
Beta Was this translation helpful? Give feedback.
@GaryAustin1 thanks for the reply. I did notice that. Though I was expecting a method specifically for signup.
Now, I'm having an issue with redirects after the signup. After I figure that out, I'll close the comment.