1.3.20 • Published 6 years ago

cipherlayer-radar v1.3.20

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

cipherlayer

Circle CI Code Climate Test Coverage Issue Count Coverage Status

Security layer based on OAuth 2.0 protocol. Customers are given tokens to access protected client and these token have all the information about the session. That way no session information is stored in browsers or applications.

Installation & tests

You'll need to have mongo & redis installed previously. Install dependencies with

npm install

Make a copy of config_sample.json and name it config.json. The values marked with double {} such as {{SALESFORCE_CLIENT_ID}} must be replaced with the corresponding values.

Start a redis-server and a mongod in background and run tests with

npm run test

If everything is ok you can start contributing :)