1.0.4 • Published 1 year ago

akwaba-auth v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Akwaba api Auth Middleware

An Express.js middleware for JWT-based authorization.

Installation

npm install akwaba-auth

How to use it

npm install

or

yarn install

Then import it in your file you want to apply:

with esmodule

import { akwabaAuth } from 'akwaba-auth';

or with commonjs

const { akwabaAuth } = require('akwaba-auth');

and finally apply it to the route.

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago