-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow users to be able to login. #81
Comments
Could you specify the stack you intend to use for the backend? I saw Postgres somewhere. Will you be using Postgres directly? I would suggest using Prisma, it makes it convenient to interact with the database. Let me know if you want to use it. If yes, I can work on this issue. If using Postgres directly then I'm not so sure. Thanks! |
Using postgres was a previous plan, We migrated from having a separate frontend and backend to use nextjs so we could just have one thing. hmu on discord if you need anything to complete this. |
Okay, I can work on this issue, could you assign it to me? |
@rahul-p19 Are you just going to work on the logic aspect or with the UI too? |
I'll make the UI too. If you have any ideas you can share them, otherwise I can do it on my own too |
Ohokay, |
Even i want to contribute to this |
It's been assigned already, |
Sure |
This is for credentials sign up and login.
#80 for 3rd party auth.
This is to allow that, we are able to store the typing records for the user and some custom user settings we might add later in the future.
The text was updated successfully, but these errors were encountered: