crab-auth
v1.0.9
Published
Helper for apps & bots owners using CRAB
Downloads
1
Readme
crab-auth
What is crab-auth?
This module is intended to be used with CRAB
It exposes 2 sub modules:
- a module for applications owners to help them integrate CRAB in their apps to secure users/bots access to their protected resources.
- a module for bots owners to help them making requests against apps that are protected using CRAB
How to install it?
Simply run npm install crab-auth --save
How to use it?
- App module: for applications owners
- Bot module: for bots owners
Tests & code coverage
Install mocha globally npm install -g mocha
Install istanbul globally npm install -g istanbul
Run istanbul cover node_modules/mocha/bin/_mocha -- -R spec