Skip to content

krushildhamelia/node-refresh-token

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-refresh-token

Implement Refresh Token Authentication Using Node and JWT

Clone the repository and switch to the project directory.

Install dependencies using npm install command then run the code using following command.

node app.js

Give following API calls to check the working.

/login

post data =>

{
	"email": "[email protected]",
	"name": "Shahid"
}

/secure

in headers provide,

x-access-header=access token from the previous API

About

Implement Refresh Token Authentication Using Node and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%