Auth library for Node.js applications based on access and refresh tokens approach
$ npm install auth-tokens
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.
List of planned works is in the Development plan.
Copyright (c) 2019-present, Leonid Vinogradov