Releases: nutes-uepb/express-apigw-base-plugin
Releases · nutes-uepb/express-apigw-base-plugin
v1.3.4
v1.3.3
Adjustments
- Adds
jwt-policy
update:- Adds configuration to allow exclusion of endpoint in JWT checks.
- Exclusion is defined using the
excludeEndpointRegExp
property, which is an array of strings. The expressions that symbolize the endpoints that you want to ignore in the JWT check must be provided in the array.
v1.3.2
v1.3.1
Bug Fixes
- Adds config to requests made by axios;
- Corrects the error that does not inject the headers of the delete-user policy request.
v1.3.0
New Security Features:
- Adds middleware to protect against web vulnerabilities;
- Update version of dependencies.
v1.2.0
Features:
- Add recaptcha-policy
- Policy for captcha validation using google recaptcha. To learn more: https://developers.google.com/recaptcha/
Bug Fixes:
- Correction in condition regex-path-method
- Property 'regex Path' was incorrectly being accessed as 'regexpath'
- Added 'Content-Type' and 'X-Total-Count' headers to exposedHeaders in routes/middlewares.js
v1.1.0
Plug-in abstraction to serve as a basis for projects with the Express API Gateway.
Features:
- JWT authentication and authorization policies;
- Policy for user removal;
- Body Parser;
- HTTP/HTTPS support with automatic redirection to HTTPS port;
- Middware registry to load swagger documentation.
v1.0.0
Version 1.0.0