Skip to content

Releases: PlusAuth/oidc-client-js

v0.9.0

17 Jun 11:13
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

0.9.0 (2021-05-26)

Bug Fixes

  • popup mode not resolving error (fa9c213)

Features

  • conform rfc4648 (jwt b64 url) (3d42976)

v0.8.0

19 May 08:37
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Features

  • emit user logout on session change (0c9ba2c)

v0.7.0

06 May 18:15
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

0.7.0 (2021-05-06)

Bug Fixes

  • errors in token requests are not thrown (310b41d)

Features

  • throw fetch errors on initialize (9c8c41a)

v0.4.0

16 Oct 12:40
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0 (2020-10-16)

Types

  • create separate endpoint typings (#5d8a29)

Refactored

  • assign issuer_metadata directly to client instance (#ba0826)

v0.3.0

08 Oct 14:21
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0.3.0 (2020-10-08)

Features

  • return scope list from getScope (6647ac9)

v0.2.0

08 Oct 09:28
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2020-10-08)

Bug Fixes

  • handle cases where expires_in is string (8b6c71e)

Features

  • add instance variables for direct access (62b7794)
  • check for userinfo endpoint before fetching userinfo (9479068)
  • in memory state store (5e40a00)
  • silent_redirect_uri support (3dc7a9f)
  • use in memory storage for auth store (9f3f820)

v0.1.1

06 Oct 14:07
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

0.1.1 (2020-10-06)

Bug Fixes

  • auth response params cannot be parsed if response type is fragment (5d5284d)
  • auth state get deleted whenever temporary state delete requested (b165cd3)
  • code challenge is generated always (c7d6bdb)
  • isLoggedIn returns wrong result (4e2343c)
  • logout event is not fired on session end (bdd75bf)
  • nonce is not generated when openid scope exists (6a01e86)
  • popup result is not passed to opener window (3c63b3a)

v0.1.0

06 Oct 14:07
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0 (2020-08-27)

Bug Fixes

  • cannot exchange authorization code in silent login (fe36a0f)
  • sso logout does not clear local auth store (80faf4a)

Features

  • add initialized flag (3115a0e)
  • add sub claim to user profile (4dfb78e)
  • use merged options in constructor (e1a8799)