This was a version bump only, there were no code changes.
- allow OIDC scope to be overridden using config [#12]
- update to nx 19.6.0
- update to node 20
- update typescript to 5.5.4
- remove unused aws-lambda dependency (only using
@types/aws-lambda) - update jsonwebtoken to 9.0.2
- update jwk-to-pem to 2.0.6
- update query-string to 9.1.0
- update pino to 9.3.2
- update cookie to 0.6.0
- update node-fetch to 3.3.2
- refactored from an nx monorepo to a standalone nx package
- 2968a98: Remove node-jose
- 35d744b: Breaking change - remove hardcoded jwks from repo and move to config
- 00d4447: Update azuread jwks keys
- d885f46: Await the async callback handlers since they throw errors which are caught and error responses are returned
- 483ed1a: Added token refresh endpoint
- e231d8f: Added missing jwks keys for azuread
- 997b27b: Explicity set the domain in set-cookie responses, and ensure secure: true
- 1d995db: clear cookies in 400 error page
- 8bb0c71: Fixed trailing comma appearing in selectIdp page when multiple IDPs are defined
- d0cc0af: Set dependencies in package.json
- 7b60ce2: More build issue fixes
- 91e774b: Fixed build issue
- 31d9dcf: Fixed dependencies in package.json