Releases: panva/openid-client
Releases · panva/openid-client
v3.9.1
Bug Fixes
- remove check for nonce presence in params (cac46fb)
v3.9.0
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
Bug Fixes
- use shake256(m, 114) for Ed448 ID Token _hash claims (80311c8)
v3.8.2
Bug Fixes
- assert jwks is present for private_key_jwk first (c1f875c)
v3.8.1
Bug Fixes
- use sha512 for Ed25519 and shake256 for Ed448 ID Token _hash claims (31f7a04)
v3.8.0
Features
- allow tokenType for userinfo to use as authorization header scheme (4eaa75f)
v3.7.4
Bug Fixes
- allow distributed claims to be missing from the response (48d6633), closes #197
v3.7.2
Bug Fixes
- typescript: add missing Strategy interface properties (c0d59c4), closes #189
v3.7.1
Bug Fixes
- typescript: remove the need for @types/got dependency (e5a50d7)