Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
295 lines (131 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

295 lines (131 loc) · 11.7 KB

0.14.7 (2021-08-26)

Bug Fixes

  • http status handling without unchecked destructuring (40a8f25)

0.14.6 (2021-06-21)

Bug Fixes

  • make receiving oidc action configurable (4f82ea0)

0.14.5 (2021-06-21)

Bug Fixes

  • make initial openid connect checks optional, pass url to receive calls (67e3998)

0.14.4 (2021-05-28)

Bug Fixes

  • await openid action before closing window (ab01a80)
  • pass true for successful loopback without code or token (bb3ddf0)

0.14.3 (2021-05-28)

Bug Fixes

  • check every registered openid configuration on fromOpenId hook (ab189f8)

0.14.2 (2021-05-28)

Bug Fixes

  • allow for not closing window after login/logout (793a0f9)

0.14.1 (2021-05-17)

Bug Fixes

  • remove references to node globals (ff138d1)

0.14.0 (2021-05-14)

Bug Fixes

  • make openid config optional (fbd8957)

Features

  • add multiple openid connections (007ab4c)

0.13.9 (2021-05-07)

Bug Fixes

  • emit login event after successful openid login flow (2e0c8bb)

0.13.8 (2021-05-07)

Bug Fixes

  • allow refreshing user data w/ just a token bundle (771e68d)

0.13.7 (2021-05-07)

Bug Fixes

  • rename redirect_url to redirect_uri (453aa31)

0.13.6 (2021-05-07)

Bug Fixes

  • remove undefined fields from form body (225ea0f)

0.13.5 (2021-05-07)

Bug Fixes

  • url encode data, since axios does not support it (9d3fb3d)

0.13.4 (2021-05-07)

Bug Fixes

  • send code redeeming requests using url-encoded form data (d1c123b)

0.13.3 (2021-05-07)

Bug Fixes

  • allow for state null/undefined ambiguity (4a01518)

0.13.2 (2021-05-07)

Bug Fixes

  • resolve urls relative to current origin if not absolute (c1e64c8)

0.13.1 (2021-05-07)

Bug Fixes

  • change paths in package.json to point to existing files (fc85822)

0.13.0 (2021-05-07)

Features

  • add rudimentary openid connect support (53087ab)

0.12.5 (2021-01-26)

Bug Fixes

  • change scope of output var in atob polyfill (8a3b85d)

0.12.4 (2021-01-26)

Bug Fixes

0.12.3 (2021-01-21)

Bug Fixes

  • only initialize store with localStorage if localStorage exists (b809973)

0.12.2 (2021-01-20)

Bug Fixes

  • make skipFirst return undefined if no array was given (1915cb3)
  • resolve linter errors, update linter definitions (35b5c17)

0.12.1 (2021-01-20)

Bug Fixes

  • update deps, make server side compatible (ace6c37)
  • url resolution in tests (0e6c731)

0.12.0 (2020-05-29)

Bug Fixes

  • base url in auth header client config (2a51971)

Features

  • allow for changing root url post initialization (ca2780d)

0.11.1 (2020-03-30)

Bug Fixes

  • canRefresh with optional refreshToken (d1b2625)

0.11.0 (2020-03-30)

Features

  • enable sourcemaps, fix loginWithToken emitter logic (c8c235d)

0.10.0 (2020-03-30)

Features

  • allow for logging in with a given token, make refresh optional (b7981de)

0.9.0 (2020-03-23)

Features

  • enable asynchronous store implementations (0e0dd3e)

0.8.0 (2020-03-23)

Features

  • enable external storage aside from localStorage (9287abe)

0.7.5 (2020-03-18)

Bug Fixes

0.7.4 (2020-03-18)

Bug Fixes

  • disable github asset upload on release (8dddef0)

0.7.3 (2020-03-18)

Bug Fixes

0.7.2 (2020-03-10)

Bug Fixes

  • rename verificationUrl to resetPasswordUrl (6258acc)

0.7.1 (2020-02-12)

Bug Fixes

  • update validation request payloads (b6288b4)

0.7.0 (2020-02-10)

Bug Fixes

  • changed model to actual api (85dae76)
  • refresh token if necessary before initial login check (22ea8cb)

Features

  • added invite methods + improved return-types (a064847)
  • added invite models (73bea76)

0.6.1 (2020-01-28)

Bug Fixes

0.6.0 (2020-01-27)

Features

  • add ensureInitialized method (1133f11)
  • add ensureInitialized method (ae5f3e1)

0.5.0 (2020-01-27)

Features

0.4.3 (2020-01-27)

Bug Fixes

  • include 400 status in status check (13f72d7)