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-author
yarn add github:Farafinah-Kanu/akwaba-authHow 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.
