Node Openid Client Versions Save

OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.

v5.4.0

1 year ago

Features

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

v5.3.4

1 year ago

Refactor

Fixes

  • regression introduced in v5.3.3 (4f6e847)

v5.3.2

1 year ago

Fixes

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

v5.3.1

1 year ago

Fixes

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

v5.3.0

1 year ago

Features

  • JARM is now a stable feature (10e3a37)

v5.2.1

1 year ago

Fixes

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

v5.2.0

1 year ago

Features

  • add client_id to endSessionUrl query strings (6fd9350)

Fixes

  • allow endSessionUrl defaults to be overriden (7cc2402)

v5.1.10

1 year ago

Refactor

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

v5.1.9

1 year ago

Fixes

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

v5.1.8

1 year ago

Fixes

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