Skip to content

User authentication made using pure node js and express, crud db as the database

Notifications You must be signed in to change notification settings

zaidajani/node-js-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-auth

User authentication made using pure node js and express, crud db as the database

Routes

POST /user -> to post a new user

POST /auth -> to authenticate a user

UserSchema

{
  "name": "your name",
  "password": "your password"
}

Pass in this schema to the routes

Enjoy your powerfull application

About

User authentication made using pure node js and express, crud db as the database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published