Skip to content

Releases: panva/openid-client

v2.5.0

29 Apr 17:02
Compare
Choose a tag to compare

Bug Fixes

  • key lookup cache is now working as intended (90d2f2a), closes #162

Features

  • add support for azure ad v2 multitenant apps (24486dd), closes #148

v2.4.5

05 Nov 20:58
Compare
Choose a tag to compare

Bug Fixes

  • upgrade min node-jose version to fix its performance in node (e682dfc)

v2.4.4

18 Oct 18:09
Compare
Choose a tag to compare

Bug Fixes

v2.4.3

10 Oct 01:50
Compare
Choose a tag to compare

Bug Fixes

  • assign Discovery 1.0 defaults when discovering with .well-known (74b593e)

v2.4.2

27 Sep 05:54
Compare
Choose a tag to compare

Bug Fixes

  • non-string error responses are not treated as OpenIdConnectError (782d464), closes #125

v2.4.1

16 Sep 12:58
Compare
Choose a tag to compare

Bug Fixes

  • lts/boron unsupported syntax fix (5289188)

v2.4.0

16 Sep 12:55
Compare
Choose a tag to compare

Bug Fixes

  • OpenIdConnectError also returns session_state (95fae3d)
  • stop sending state on the authorisation code token grant (c4c9e50)

Features

  • add RP-Initiated Logout URL helper (7c2e030), closes #116

v2.3.1

23 Aug 15:26
Compare
Choose a tag to compare

Bug Fixes

  • apply safer, simpler www-authenticate parsing regex (ffce55a)
  • only assign Discovery 1.0 defaults when Issuer is discovered (dca60b8)

v2.3.0

11 Aug 17:58
Compare
Choose a tag to compare

Features

  • authorization response parameter checking based on response_type (6e0ac57)
  • passport strategy automatically checks response REQUIRED params (902eeed)

v2.2.1

10 Jul 20:01
Compare
Choose a tag to compare
  • improved discovery support of custom .well-known suffixes
  • chores - refactoring, missing tests, cleanup