Releases: panva/openid-client
Releases · panva/openid-client
v5.1.8
Fixes
- ignore non-conform "unrecognized" id_token in oauthCallback() (3425110), closes #503
v5.1.7
Fixes
- improve support of electron BrowserWindow with nodeIntegration (9e5ea0f)
v5.1.6
Fixes
- typescript: add types export for nodenext module resolution (92fd33d)
v5.1.5
Fixes
- interoperable audience array value for JWT Client auth assertions (again) (96b367d)
- typescript: add error constructors (#483) (9505cba)
v5.1.4
Fixes
- dpop: htu without querystring (f6fa149)
v5.1.3
Fixes
- add application/jwk-set+json to accept header for JWKS calls (#467) (f94d42b), closes #466
v5.1.2
Fixes
- passing null as checks.nonce should not disable it (5120a07)
v5.1.1
Fixes
- allow setting timeout to 0 to disable it (32b28b5), closes #443
v5.1.0
Features
- support OAuth 2.0 Authorization Server Issuer Identification (fb6a141)
- support server-provided DPoP nonces (update DPoP to draft-04) (a84950a)
Fixes
- reject oauthCallback when id_token is detected (92ffee5)
- typescript: ts-ignore missing AbortSignal global (d975c11), closes #433
v5.0.2
Bug Fixes
- explicitly set content-length again (956c34b), closes #420