Skip to content

Authenticate and signin user using jwt tokens and mongodb user data base

Notifications You must be signed in to change notification settings

saifislamrepos/jwtauthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

Authenticate and signin user for any other server

#npm install : install all the node packages first

#npm run dev : run the development server on port 3000

#connect authentication apis :

signin user - http://localhost:3000/signIn data: {username:"string", password:"string"}

verify user - http://localhost:3000/verify data: {token:"string", userid:"string"}

createadmin user - http://localhost:3000/createadmin data: {username:"string", password:"string"}

About

Authenticate and signin user using jwt tokens and mongodb user data base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published