Skip to content

Created complete backend, which includes: Endpoint to register a new user (POST /register) with email and password. Endpoint to log in (POST /login) that returns a JWT token. Passwords must be hashed using bcrypt or passlib. Duplicate email registration should be prevented.

Notifications You must be signed in to change notification settings

shashankBgowda/Authentication_MERN1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

Created complete backend, which includes: Endpoint to register a new user (POST /register) with email and password. Endpoint to log in (POST /login) that returns a JWT token. Passwords must be hashed using bcrypt or passlib. Duplicate email registration should be prevented.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published