Releases: panva/openid-client
Releases · panva/openid-client
v5.3.0
Features
- JARM is now a stable feature (10e3a37)
v5.2.1
Fixes
- typescript: add client_id and logout_hint to EndSessionParameters (b7b5438)
v5.2.0
Features
- add client_id to endSessionUrl query strings (6fd9350)
Fixes
- allow endSessionUrl defaults to be overriden (7cc2402)
v5.1.10
Refactor
- engines: remove package.json engines restriction (9aefba3)
v5.1.9
Fixes
- safeguard TokenSet prototype methods (7468674), closes #511
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)