Skip to content

Releases: panva/node-oidc-provider

v6.12.7

09 Oct 11:05
Compare
Choose a tag to compare

Bug Fixes

  • forbid redirect_uri with an empty fragment component (ca196a0)
  • v6.12.6 native app uris regression fixed (fd56ef6)

v6.12.5

04 Oct 15:50
Compare
Choose a tag to compare

Bug Fixes

  • add missing constructor to index.d.ts (#542) (a5621a4)

v6.12.4

03 Oct 07:17
Compare
Choose a tag to compare

Bug Fixes

  • typescript: revert void/undefined changes from 6.12.3 (e0bbaae), closes #541

v6.12.3

01 Oct 15:41
Compare
Choose a tag to compare

Bug Fixes

  • use updated jose package (ee17022)
  • typescript: fix void/undefined inconsistencies and ts lint (96c9415)

v6.12.2

28 Sep 08:51
Compare
Choose a tag to compare

Bug Fixes

  • do not send empty secret to adapter in a DCR edge case (af9ecd9)

v6.12.1

27 Sep 19:07
Compare
Choose a tag to compare

Bug Fixes

  • fixed session management state fallback cookie name (91b0dea)

v6.12.0

27 Sep 18:55
Compare
Choose a tag to compare

Features

  • handle sameSite=none incompatible user-agents (4e68415)

v6.11.1

24 Sep 11:33
Compare
Choose a tag to compare

Bug Fixes

  • typescript: provider.callback getter type regression fixed (5cea116), closes #534

v6.11.0

24 Sep 07:16
Compare
Choose a tag to compare

Bug Fixes

  • token TTL being a helper function is now accepted (a930355)

Features

  • default refresh token TTL policy for SPAs follows the updated BCP (d6a2a34)
  • update JWT Response for OAuth Token Introspection to draft 08 (5f917e2)

v6.10.0

21 Sep 20:49
Compare
Choose a tag to compare

Bug Fixes

Features

  • update FAPI RW behaviours (a7ed27a)
  • update pushed authorization requests draft (aaf5740)