akwaba-authorization
v1.0.0
Published
An Express.js middleware for JWT-based authorization.
Downloads
3
Maintainers
Readme
Akwaba api Auth Middleware
An Express.js middleware for JWT-based authorization.
Installation
npm install github:Farafinah-Kanu/akwaba-auth
or
yarn add github:Farafinah-Kanu/akwaba-auth
How to use it
with esmodule
import { akwabaAuth } from 'akwaba-middleware';
or with commonjs
const { akwabaAuth } = require('akwaba-middleware');
and finally apply it to the route.