Skip to content

Releases: panva/openid-client

v5.3.0

09 Nov 15:19
Compare
Choose a tag to compare

Features

  • JARM is now a stable feature (10e3a37)

v5.2.1

20 Oct 15:24
Compare
Choose a tag to compare

Fixes

  • typescript: add client_id and logout_hint to EndSessionParameters (b7b5438)

v5.2.0

19 Oct 09:30
Compare
Choose a tag to compare

Features

  • add client_id to endSessionUrl query strings (6fd9350)

Fixes

  • allow endSessionUrl defaults to be overriden (7cc2402)

v5.1.10

28 Sep 09:33
Compare
Choose a tag to compare

Refactor

  • engines: remove package.json engines restriction (9aefba3)

v5.1.9

23 Aug 13:28
Compare
Choose a tag to compare

Fixes

  • safeguard TokenSet prototype methods (7468674), closes #511

v5.1.8

04 Jul 08:51
Compare
Choose a tag to compare

Fixes

  • ignore non-conform "unrecognized" id_token in oauthCallback() (3425110), closes #503

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)