Skip to content

Releases: panva/openid-client

v3.9.1

15 Dec 19:28
Compare
Choose a tag to compare

Bug Fixes

  • remove check for nonce presence in params (cac46fb)

v3.9.0

06 Dec 13:29
Compare
Choose a tag to compare

Bug Fixes

  • check for mTLS request options during token_endpoint calls (269569f)
  • typescript: complete http options (3997687)

Features

  • added API for fetching any resource (ae242a5)
  • added issuer.FAPIClient for FAPI RW integrations (ab88aa5)

v3.8.4

26 Nov 15:16
Compare
Choose a tag to compare

Bug Fixes

  • use shake256(m, 114) for Ed448 ID Token _hash claims (80311c8)

v3.8.2

10 Nov 12:41
Compare
Choose a tag to compare

Bug Fixes

  • assert jwks is present for private_key_jwk first (c1f875c)

v3.8.1

07 Nov 19:26
Compare
Choose a tag to compare

Bug Fixes

  • use sha512 for Ed25519 and shake256 for Ed448 ID Token _hash claims (31f7a04)

v3.8.0

07 Nov 15:47
Compare
Choose a tag to compare

Features

  • allow tokenType for userinfo to use as authorization header scheme (4eaa75f)

v3.7.4

24 Oct 17:04
Compare
Choose a tag to compare

Bug Fixes

  • allow distributed claims to be missing from the response (48d6633), closes #197

v3.7.3

01 Oct 15:39
Compare
Choose a tag to compare

Bug Fixes

  • use updated jose package (1f3a251)

v3.7.2

13 Sep 14:25
Compare
Choose a tag to compare

Bug Fixes

  • typescript: add missing Strategy interface properties (c0d59c4), closes #189

v3.7.1

09 Sep 16:06
Compare
Choose a tag to compare

Bug Fixes

  • typescript: remove the need for @types/got dependency (e5a50d7)