-
Notifications
You must be signed in to change notification settings - Fork 5
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
Need feedback on user authentication #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey have you seen this tutorial? https://supabase.com/docs/guides/auth/quickstarts/react it might be easier to get started here
Deploying nepalingo with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting through these comments!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some comments there - looks like there is a merge conflict that was committed
the initial v16 was causing merge conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! We'll do the followup tasks in the next PR
So the signup and login system is ready. Go to '/login' to access it, the default smtp only supports 1 signup an hr btw. I need extra tokens to build captcha, forget password feature and login with google/facebook feature. Btw I also added some basic tailwind CSS. I just wanted to make sure whatever I did till now is right, before further working on other features.