control-them
v4.0.1
Published
Controls if an HTTP request should be allowed to be passed to next set of routers.
Readme
Control them
Contains two modules:
- ControlThem : For controlling what methods are allowed , what query params and data size limit is allowed for a url.
- SignMeUpEngine: for JWT sign up process.
Version
2.0.4
- Exposed JWT sign method
2.0.3
- Bug fix: Correct Control request , its an extension of express Request Object
2.0.2
- Bug fix: Control request header field was not capturing combines headers values
2.0.0
- Added facility to add extra headers when auth token is delivered to user. This is used to send any more custom tokens to user.
- Removed UID concept and left it to user
