Releases: panva/openid-client
Releases · panva/openid-client
v3.7.2
13 Sep 14:25
Compare
Sorry, something went wrong.
No results found
Bug Fixes
typescript: add missing Strategy interface properties (c0d59c4 ), closes #189
v3.7.1
09 Sep 16:06
Compare
Sorry, something went wrong.
No results found
Bug Fixes
typescript: remove the need for @types/got dependency (e5a50d7 )
v3.7.0
09 Sep 08:11
Compare
Sorry, something went wrong.
No results found
Bug Fixes
assert client_secret is present when required, require client_id, etc (82855a5 )
Features
Add Typescript definitions (#184 ) (c37130b )
allow clientAssertionPayload to overwrite default payload (28c8964 )
v3.6.2
03 Sep 11:29
Compare
Sorry, something went wrong.
No results found
Bug Fixes
device authorization request always pushes the client_id to body (6fbf125 )
v3.6.1
24 Aug 20:08
Compare
Sorry, something went wrong.
No results found
Bug Fixes
ignore runtime unsupported or malformed issuer jwks (f08b8be )
v3.6.0
24 Aug 14:13
Compare
Sorry, something went wrong.
No results found
Features
add RFC8628 - OAuth 2.0 Device Authorization Grant (Device Flow) support (adb4b76 )
allow multiple resource parameters in authorization requests (dfdd8cb )
v3.5.0
22 Aug 18:59
Compare
Sorry, something went wrong.
No results found
Features
added Node.js lts/dubnium support for runtime supported features (54788c2 )
v3.4.0
13 Aug 07:30
Compare
Sorry, something went wrong.
No results found
Features
electron v6.x runtime support (65ec619 )
v3.3.0
02 Aug 12:38
Compare
Sorry, something went wrong.
No results found
Features
option to change http options globally (a1e0a3f )
v3.2.3
30 Jul 12:49
Compare
Sorry, something went wrong.
No results found
Bug Fixes
strategy: do not modify the params argument, clone it instead (4731d29 ), closes #177