Skip to content

Releases: panva/node-openid-client

v5.1.7

25 Jun 10:57
Compare
Choose a tag to compare

Fixes

  • improve support of electron BrowserWindow with nodeIntegration (9e5ea0f)

v5.1.6

10 May 14:15
Compare
Choose a tag to compare

Fixes

  • typescript: add types export for nodenext module resolution (92fd33d)

v5.1.5

14 Apr 12:45
Compare
Choose a tag to compare

Fixes

  • interoperable audience array value for JWT Client auth assertions (again) (96b367d)
  • typescript: add error constructors (#483) (9505cba)

v5.1.4

04 Mar 11:45
Compare
Choose a tag to compare

Fixes

  • dpop: htu without querystring (f6fa149)

v5.1.3

03 Feb 13:54
Compare
Choose a tag to compare

Fixes

  • add application/jwk-set+json to accept header for JWKS calls (#467) (f94d42b), closes #466

v5.1.2

13 Jan 22:04
Compare
Choose a tag to compare

Fixes

  • passing null as checks.nonce should not disable it (5120a07)

v5.1.1

20 Dec 11:52
Compare
Choose a tag to compare

Fixes

  • allow setting timeout to 0 to disable it (32b28b5), closes #443

v5.1.0

03 Dec 12:09
Compare
Choose a tag to compare

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

28 Oct 19:05
a571a72
Compare
Choose a tag to compare

Bug Fixes

  • explicitly set content-length again (956c34b), closes #420

v5.0.1

27 Oct 13:35
4f02503
Compare
Choose a tag to compare

Bug Fixes

  • explicitly set accept: application/json again (89cdbe2)