Skip to content

eslusarenko/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT auth server mock

Default port is 3000

POST /auth
username = string
password = string
POST /register
username = string
password = string
POST /refresh
refresh = string

JWT debugger is available at https://jwt.io/

Starting service

// default port
npm start

// specified port
PORT=5000 npm start

About

JWT auth server mock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published