2.0.0 (2023-05-26)
- updated core dependencies, this requires an update for services using this package
- updated nestjs-oidc-project package and nestjs core (03ee2c7)
- moved the payload check further up the run method execution stack (3b04767)
- when forced unauthenticated is true, authenticatedUser is set to undefined (9aa594d)
1.2.0 (2023-05-26)
- added ability to force unauthenticated user when testing (d10bec8)
1.1.0 (2023-01-18)
- added authenticated user decorator support (e2c1e4e)
- initial version with overrides for guards and removing check for wellKnown endpoint (9e93e12)
- initial version with overrides for guards and removing check for wellKnown endpoint (4b899a0)
- initial version with overrides for guards and removing check for wellKnown endpoint (efa93f1)
2.3.0 (2022-12-21)
- added observability module with tracer (25839ae)
2.2.0 (2022-12-21)
- added metrics module (386d129)
2.1.0 (2022-12-21)
- removed health controller added export of HealthService (bf46df6)
2.0.2 (2022-12-20)
- fixed build script typo (fbb57e3)
2.0.1 (2022-12-20)
- added missing nestjs cli dev dependency (84cd538)
2.0.0 (2022-12-20)
- switched back to single entry point due to NestJS and Vite/Esbuild incompatibilities.
1.0.3 (2022-12-19)
- added registry to setup node (c544b3d)
1.0.2 (2022-12-19)
- added registry to setup node (57de47b)
1.0.1 (2022-12-19)
- changed to npm publish (f436dbb)
- initial version with config and logger (6693f78)