Skip to content

Auth library for Node.js applications based on access and refresh tokens approach

License

Notifications You must be signed in to change notification settings

leon-win/node-auth-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-auth-tokens

npm Code coverage Code style: Prettier License: MIT

Auth library for Node.js applications based on access and refresh tokens approach

Install

$ npm install auth-tokens

Example

To launch the Node.js HTTP server based example, clone the repository, install dependencies and run the example command:

$ git clone https://github.com/leon-win/node-auth-tokens.git
$ cd node-auth-tokens
$ npm install
$ npm run example

Note: example server uses memory storage (JavaScript array) and is not suitable for production.

To do list

List of planned works is in the Development plan.

License

MIT

Copyright (c) 2019-present, Leonid Vinogradov

About

Auth library for Node.js applications based on access and refresh tokens approach

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published