You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2022. It is now read-only.
Create an api endpoint that receives the users login and/or sign up information
Create a method that checks the database to verify the users login info and provides them with a JWT
Create a method that saves the users sign up information to the database
Would suggest using Argon2 or bcrypt for password hashing
Optional
The less information we need to store in a database the better. If an Oauth passwordless solution seems doable, go for that instead. It's a lot more secure and there's less hassle around what information we send back and forth.