@knetik/micro-auth
v3.0.17
Published
This package adds a jwt token authorization and express middleware as a Micro Core Adaptor allowing your [micro-core](https://www.npmjs.com/package/@knetik/micro-core) application to define an authentication strategy
Downloads
9
Readme
Knetik Micro Auth
This package adds a jwt token authorization and express middleware as a Micro Core Adaptor allowing your micro-core application to define an authentication strategy
Install
$ npm install @knetik/micro-auth
Then add the ADAPTORS config to your config/environments/*.json
files
"ADAPTORS": [ '@knetik/micro-auth' ]