Skip to content

silent authentication in its simplest a authentication strategy where the user is issued a refresh and an access token and can use the refresh token to generate access tokens for as long as the refresh token is valid

Notifications You must be signed in to change notification settings

Solomonsolomonsolomon/SILENT_AUTHENTICATION_WITH_NODE_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SILENT AUTHENTICATION

    silent authentication using node.js as Authorization Server (AS) and Client as a single HTML file

HOW TO RUN

first make sure you have node and npm installed then run the command:

 npm i

this is to install all dependencies.

TO start the project

 npm run dev 

or

 npm start

NOTE

you will need some enviromental variabes . ACCESS_TOKEN_SECRET ,REFRESH_TOKEN_SECRET and MONGO_URI

About

silent authentication in its simplest a authentication strategy where the user is issued a refresh and an access token and can use the refresh token to generate access tokens for as long as the refresh token is valid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published