Releases: panva/node-oidc-provider
Releases · panva/node-oidc-provider
v9.4.2
v9.4.1
v9.4.0
Features
- Experimental support for Attestation-Based Client Authentication (d655ebd)
Refactor
- consistently lowercase header names and use req/res aliases (1748a54)
- cors: update default client-based cors helper (77e06eb)
- reconcile dpop and attestation challenge implementations (e31f639)
Documentation
- updated documentation for configuration options (5710d61)
v9.3.0
Features
- revocation: add an allowed token revocation policy helper (a7e47e4)
Documentation
- update README.md (857c34d)
Fixes
- introspection: use unsupported_token_type to indicate structured jwt tokens cannot be introspected (c9001be)
- revocation: use unsupported_token_type to indicate structured jwt tokens cannot be revoked (b45b00c)
Refactor
- pull structured token rejection to a shared middleware (30367af)
v9.2.0
v9.1.3
v9.1.2
v9.1.1
v9.1.0
Features
- experimental support for OIDC RP Metadata Choices (f3550da)
Fixes
- only include DPoP-Nonce in Access-Control-Expose-Headers when DPoP is enabled (e769aa8)
Refactor
- avoid assignment operators in conditional expressions (b7ed877)
- improve static find performance (106f94a)
- update some default helpers for readability (0818c36)
Documentation
- more clarity for features.dPoP.allowReplay (779a141)