Skip to content

A simple password authentication API with hashing the passwords functionality, storing user sessions using jwt

Notifications You must be signed in to change notification settings

itsvermaji/password-authentication-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Password authentication API This API registers a new user with hashed passwords using bcryptjs and it stores the user's session using JSON web.

#commands to run - yarn add or npm install -> to install all dependencies mongod --dbpath=/path/to/db -> turning on the database

#Running the server yarn start

#Requirements nodejs version >= 14 mongoDB version >= 4.4 postman -> to make get and post request as API doesn't have GUI mongoDB Compass -> to see the use data graphically

About

A simple password authentication API with hashing the passwords functionality, storing user sessions using jwt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published