Releases: panva/node-oidc-provider
Releases · panva/node-oidc-provider
v9.7.0
Immutable
release. Only release title and notes can be modified.
Features
- add configuration for limiting external resource body limits (0c424cd)
- experimental support for Client ID Metadata Document (CIMD) (d5323f4)
- prevent fetching special-use IP address resources (1548834)
Documentation
- align section titles and auto-generate toc (287bfa8)
- description fixes and various editorial edits (a8f4f15)
- fix attestClientAuth link (9c6f095)
- solve generated nested lists (d1ebcd2)
- update README.md prose for experimental features (b029f47)
- update the generated content to reflect the jsdoc structure (aa9f83b)
Refactor
- extract setWWWAuthenticateHeader to a shared module (bb66e62)
v9.6.1
Immutable
release. Only release title and notes can be modified.
v9.6.0
v9.5.2
v9.5.1
v9.5.0
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)