Skip to content

Releases: panva/node-openid-client

v5.4.0

05 Feb 16:52
Compare
Choose a tag to compare

Features

  • allow third party initiated login requests to trigger strategy (568709a), closes #510 #564

v5.3.4

02 Feb 11:30
Compare
Choose a tag to compare

Refactor

Fixes

  • regression introduced in v5.3.3 (4f6e847)

v5.3.2

20 Jan 12:09
Compare
Choose a tag to compare

Fixes

  • passport: ignore static state and nonce passed to Strategy() (#556) (43daff3)

v5.3.1

28 Nov 13:46
Compare
Choose a tag to compare

Fixes

  • typescript: requestResource returns a Promise (#546) (8bc9519), closes #488

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