Skip to content

Releases: panva/node-openid-client

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

v2.2.0

04 Jul 20:34
Compare
Choose a tag to compare

v2.1.1

28 Jun 18:48
Compare
Choose a tag to compare
  • fixed handling of bearer endpoint responses with www-authenticate headers only. (#102)

v2.1.0

31 May 10:07
Compare
Choose a tag to compare
  • node-jose dependency bumped to major ^1.0.0 - fixes A\d{3}GCMKW symmetrical encryption support
  • dependency updates

v2.0.4

25 May 12:30
Compare
Choose a tag to compare
  • fixed circular when serializing OpenIdConnectError
  • base64url dependency update

v2.0.3

15 May 20:52
Compare
Choose a tag to compare
  • base64url dependency replaced with base64-url

v2.0.2

10 May 12:26
Compare
Choose a tag to compare

only dependency tree updates