Skip to content

Releases: panva/node-oidc-provider

v6.29.6

08 Nov 15:43
Compare
Choose a tag to compare

Bug Fixes

  • ensure decrypted request object is accessed in PAR responses (09751d7), closes #813

v6.29.5

03 Oct 19:38
Compare
Choose a tag to compare

Bug Fixes

  • loopback redirectUriAllowed protocol check (#794) (da99330)

v6.29.4

19 Sep 08:30
Compare
Choose a tag to compare

Bug Fixes

  • typescript: findAccount may return undefined (#786) (6689cdb)
  • updated request object mime-type as per draft-ietf-oauth-jwsreq-30 (f15524a)

v6.29.3

25 Aug 13:55
Compare
Choose a tag to compare

Bug Fixes

  • typescript: allows adapter factory in typings (#776) (3cfcd77)

v6.29.2

20 Aug 12:54
Compare
Choose a tag to compare

Bug Fixes

  • typescript: extend AdapterPayload from AnyClientMetadata (6631a2d), closes #774

v6.29.1

13 Aug 09:29
Compare
Choose a tag to compare

Bug Fixes

  • typescript: add missing rpInitiatedLogout types (59c389b)

v6.29.0

12 Aug 15:56
Compare
Choose a tag to compare

Features

  • allow RP-Initiated Logout 1.0 feature to be disabled (a2ef044)
  • update backchannelLogout feature draft version (9a9dd7e)
  • update frontchannelLogout feature draft version (d54cc8f)
  • update sessionManagement feature draft version (aa62927)

v6.28.0

14 Jul 15:33
Compare
Choose a tag to compare

Bug Fixes

  • ensure client is still valid after custom metadata processing (fded7c6)

Features

  • incorporate behaviours and metadata from jwsreq-25 (cb12761)
  • update PAR implementation to ietf draft 02 (fd2ccee)

v6.27.5

06 Jul 19:53
Compare
Choose a tag to compare

Refactor

v6.27.4

30 Jun 15:41
Compare
Choose a tag to compare

Refactor