adityabisoi / startup-incubator

A website for showcase products pre-release
GNU General Public License v3.0
20 stars 33 forks source link

Login/SignUp endpoints and Authentication #64

Closed ayush25102001 closed 2 years ago

ayush25102001 commented 2 years ago

Can I create the login and signUp API endpoints at the backend through which the user info gets stored inside the database on signUp, while on login the credentials are compared with the credentials set during login and messages are given accordingly. Also I will make use of JWT token for authentication purpose where the user would be able to access the protected routes of the application only on authentication. I wish to work on the backend part of the issue.

Participant under Gssoc'22.

adityabisoi commented 2 years ago

Related issue already created https://github.com/adityabisoi/startup-incubator/issues/14

You can comment there if you want