5forcegees / node_microservices-security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

This is a custom security library for authentication/authorization using Javascript Web Token (JWT), Redis

Initialization

var security = require('security')();

Note: the () after the require statement is mandatory.

Constants and settings can be overridden by passing in an object containing one or both of these properties.

About


Languages

Language:JavaScript 100.0%