README
BLANJA 2.0 Token Management Middleware
Instalation
npm install blanja-middleware-token --save-dev
Using this middleware
it's very easy to use this module, just import it on your express server
import blanjaMiddlewareToken from 'blanja-middleware-token';
don't forget to use the module on your express config
import express from 'express';
const app = express();
app.use(middleware.config);
app.use(blanjaMiddlewareToken);
Notes:
blanjaMiddlewareTokenshould be declare aftermiddleware.config