Skip to content

Releases: panva/openid-client

v3.14.1

21 Mar 17:25
Compare
Choose a tag to compare

Bug Fixes

  • assert refresh_token grant ID Token sub to equal previous (23f3f9f)

v3.14.0

28 Feb 08:00
Compare
Choose a tag to compare

Features

  • support additional authorized parties (c9268ce), closes #231

v3.13.0

18 Feb 21:55
Compare
Choose a tag to compare

Features

  • add support for RSA-OAEP-384 and RSA-OAEP-512 JWE algorithms (6c696e9)

v3.12.2

30 Jan 09:29
Compare
Choose a tag to compare

Bug Fixes

  • ensure jose version that handles ECDH-ES for larger key sizes right (e91001a)

v3.12.1

25 Jan 09:07
Compare
Choose a tag to compare

Bug Fixes

  • allow multiple keys to match when selecting encryption key for request object (fa3fa67)

v3.12.0

23 Jan 13:28
Compare
Choose a tag to compare

Bug Fixes

  • allow omitting the *_enc attributes (default 'A128CBC-HS256') (6567c73)

Features

  • new API for fetching arbitrary resources with the access token (c981ed6), closes #222

v3.11.0

10 Jan 10:59
Compare
Choose a tag to compare

Bug Fixes

  • typescript: allow 'id_token token' as a response type (61c486c)

Features

  • detect self-issued OP and validate ID Token accordingly (c5d3158), closes #220 #221

v3.10.1

07 Jan 18:18
Compare
Choose a tag to compare

Bug Fixes

  • allow duplicate "kid" values in issuer's jwks_uri (sigh) (8840fb6)

v3.10.0

27 Dec 13:40
Compare
Choose a tag to compare

Bug Fixes

  • enabled full JWT validation on distributed and aggregated claims (d95e31b)

Features

  • allow consuming JARM responses (jwt response mode) (dd4aae9)

v3.9.2

17 Dec 19:57
Compare
Choose a tag to compare

Bug Fixes

  • skip validating iat is in the past (0791001)