@knetik/micro-auth

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

Usage no npm install needed!

<script type="module">
  import knetikMicroAuth from 'https://cdn.skypack.dev/@knetik/micro-auth';
</script>

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' ]