Skip to content

Releases: BetterCorp/service-base-plugin-web-server

v6.5.6

24 Jun 10:30

Choose a tag to compare

chore(package.json): update dependencies and devDependencies

v6.5.5

20 Jun 20:19

Choose a tag to compare

feat(ipHandlerPlugin.ts): add IP rewriting plugin for Fastify server

feat(ipHandlerPlugin.ts): add support for trusted IPs and accepted headers
feat(ipHandlerPlugin.ts): add logging support for IP rewriting plugin
feat(plugin.ts): pass IP rewriting plugin options to fastifyIP plugin
feat(sec.config.ts): add IPReWrite interface to FastifyWebServerConfig
feat(sec.config.ts): add ipRewrite field to FastifyWebServerConfig
feat(sec.config.ts): add support for trusted IPs and accepted headers in ipRewrite field
feat(sec.config.ts): remove usingCloudflareWarpTraefikPlugin field from FastifyWebServerConfig
feat(sec.config.ts): add enabled field to IPReWrite interface and ipRewrite field in FastifyWebServerConfig

v6.5.4

09 Apr 00:26

Choose a tag to compare

Added constructor for client since it is requiring one for some reason

v6.5.3

08 Apr 20:09

Choose a tag to compare

chore(package.json): update dependencies

refactor(service-express/plugin.ts): remove unused import
refactor(service-fastify/plugin.ts): remove unused import
refactor(service-webjwt/plugin.ts): remove unused import and config parameter

v6.5.2

12 Mar 12:03

Choose a tag to compare

Added public key signing option

v6.5.1

11 Mar 21:06

Choose a tag to compare

BUGFIX: Context for JWT verification

v6.5.0

22 Jan 00:22

Choose a tag to compare

Updated the flow of JWT client - kinda major, but not

v6.3.1

21 Jan 10:42

Choose a tag to compare

Updated validation error to return the error.

v6.3.0

02 Jan 14:59

Choose a tag to compare

Updated jsonwebtoken to v9 for security fixes

v6.2.2

14 Dec 12:49

Choose a tag to compare

Bugfix URL for fastify

Updated deps