cfsecurity
v0.3.0
Published
CF Security
Readme
Project Title
CF Security
Getting Started
This package handles security-related requests, such as encryption, token validation, and others. This package should be installed and used via npm and not be used as a cloud function.
Prerequisites
Third party applications
- nodejs version 8 or higher
- Mocha test engine (>= 7.2.0) and Chai client (>= 4.2.0).
Deployment
- Use npm package deployment procedures.
Local
- To test it locally, install the package using a regular "npm install" command with the path of the package folder as the name.
Test
- Execute tests/test.js.
Production
- Deploy the package to the production npm server location. Be sure to update the version number. Then each customer can update their own version.
