Skip to content

Releases: nutes-uepb/express-apigw-base-plugin

v1.3.4

01 Jun 13:19
Compare
Choose a tag to compare

Adjustments and Improvements:

  • Adds a new environment variable to control when to redirect HTTP requests to HTTPS: REDIRECT_HTTPS;
  • Updates versions of the project dependencies.

v1.3.3

20 Oct 23:16
Compare
Choose a tag to compare

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

25 Jun 22:13
Compare
Choose a tag to compare

Bug Fixes

  • Fixes the auth policy that did not propagate headers (#1)
  • Updates version of dependencies

v1.3.1

24 Apr 02:57
Compare
Choose a tag to compare

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

26 Mar 22:21
Compare
Choose a tag to compare

New Security Features:

  • Adds middleware to protect against web vulnerabilities;
  • Update version of dependencies.

v1.2.0

11 Sep 22:09
Compare
Choose a tag to compare

Features:

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

07 Aug 04:36
Compare
Choose a tag to compare

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

07 Aug 04:06
Compare
Choose a tag to compare
Version 1.0.0