Releases: panva/node-oidc-provider
Releases · panva/node-oidc-provider
v9.5.2
24 Oct 08:28
Compare
Sorry, something went wrong.
No results found
v9.5.1
29 Aug 19:50
Compare
Sorry, something went wrong.
No results found
Fixes
safeguard global navigator access (1caae21 )
v9.5.0
29 Aug 11:14
Compare
Sorry, something went wrong.
No results found
Features
support ML-DSA JWS algorithm identifiers (f308b09 )
Refactor
add a warning for more unsupported runtimes (c55d58e )
make warn/info warnings colorization a no-op in nonTTY (0c0a5b6 )
v9.4.2
23 Aug 08:06
Compare
Sorry, something went wrong.
No results found
Fixes
check for native logout redirect allowed same way as during auth (419f286 ), closes #1351
v9.4.1
11 Aug 07:20
Compare
Sorry, something went wrong.
No results found
Documentation
add an getAttestationSignaturePublicKey example (3a7730c )
Refactor
avoid code generation from strings by pre-compiling eta views (f997073 )
drop the default implementation of pairwiseIdentifier (6a2338a )
remove oidc-token-hash dependency (b607491 )
v9.4.0
17 Jul 20:37
Compare
Sorry, something went wrong.
No results found
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
16 Jul 10:53
Compare
Sorry, something went wrong.
No results found
Features
revocation: add an allowed token revocation policy helper (a7e47e4 )
Documentation
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
24 Jun 09:09
Compare
Sorry, something went wrong.
No results found
Features
expose RFC8414 Authorization Server Metadata route (c5bd90f )
v9.1.3
02 Jun 08:27
Compare
Sorry, something went wrong.
No results found
Fixes
ensure an account's accountId and claims().sub is the same (9b89153 ), closes #1336
v9.1.2
28 May 15:03
Compare
Sorry, something went wrong.
No results found
Fixes
ignore allowOmittingSingleRegisteredRedirectUri when FAPI 2.0 is used (e2de529 )