Skip to content

Releases: panva/node-oidc-provider

v9.5.2

24 Oct 08:28
890b722

Choose a tag to compare

Refactor

v9.5.1

29 Aug 19:50
642faf1

Choose a tag to compare

Fixes

  • safeguard global navigator access (1caae21)

v9.5.0

29 Aug 11:14
3bb139e

Choose a tag to compare

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
653e42b

Choose a tag to compare

Fixes

  • check for native logout redirect allowed same way as during auth (419f286), closes #1351

v9.4.1

11 Aug 07:20
362a724

Choose a tag to compare

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
e310d4a

Choose a tag to compare

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
8ec58b2

Choose a tag to compare

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
5f94ca7

Choose a tag to compare

Features

  • expose RFC8414 Authorization Server Metadata route (c5bd90f)

v9.1.3

02 Jun 08:27
3189449

Choose a tag to compare

Fixes

  • ensure an account's accountId and claims().sub is the same (9b89153), closes #1336

v9.1.2

28 May 15:03
661734b

Choose a tag to compare

Fixes

  • ignore allowOmittingSingleRegisteredRedirectUri when FAPI 2.0 is used (e2de529)