Feat: Add Superbase authentication to Signup and SignIn form#51
Open
MehakGo wants to merge 1 commit into
Open
Conversation
|
@MehakGo is attempting to deploy a commit to the muneerali199's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
@Muneerali199 I have add superbase authetication , please review it and let me know if you need any change in it |
Owner
|
hey @MehakGo can you some demo by screenshot or video |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
@Muneerali199 Sorry for so late response , as i dont add real Supabase credentials , so its not fully functional , so can you tell you want code ss or something else? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request resolves #30 by implementing Supabase authentication for the sign-up and sign-in forms. It also includes custom client-side validation to improve the user experience.
Changes Made
supabase.auth.signUp()to create new users.supabase.auth.signInWithPassword()to authenticate existing users.Important Note for the Repository Owner
I have not used real Supabase credentials in this pull request. The Supabase URL and anonymous key are currently placeholders in the
.env.examplefile.To make this feature work, you will need to:
Create a
.env.localfile in thethunder/frontenddirectory.Add your actual Supabase project URL and anonymous key to the
.env.localfile, like this:How to Test
.env.localfile as described above./authpage.