0.14.7 (2021-08-26)
- http status handling without unchecked destructuring (40a8f25)
0.14.6 (2021-06-21)
- make receiving oidc action configurable (4f82ea0)
0.14.5 (2021-06-21)
- make initial openid connect checks optional, pass url to receive calls (67e3998)
0.14.4 (2021-05-28)
- await openid action before closing window (ab01a80)
- pass true for successful loopback without code or token (bb3ddf0)
0.14.3 (2021-05-28)
- check every registered openid configuration on fromOpenId hook (ab189f8)
0.14.2 (2021-05-28)
- allow for not closing window after login/logout (793a0f9)
0.14.1 (2021-05-17)
- remove references to node globals (ff138d1)
0.14.0 (2021-05-14)
- make openid config optional (fbd8957)
- add multiple openid connections (007ab4c)
0.13.9 (2021-05-07)
- emit login event after successful openid login flow (2e0c8bb)
0.13.8 (2021-05-07)
- allow refreshing user data w/ just a token bundle (771e68d)
0.13.7 (2021-05-07)
- rename redirect_url to redirect_uri (453aa31)
0.13.6 (2021-05-07)
- remove undefined fields from form body (225ea0f)
0.13.5 (2021-05-07)
- url encode data, since axios does not support it (9d3fb3d)
0.13.4 (2021-05-07)
- send code redeeming requests using url-encoded form data (d1c123b)
0.13.3 (2021-05-07)
- allow for state null/undefined ambiguity (4a01518)
0.13.2 (2021-05-07)
- resolve urls relative to current origin if not absolute (c1e64c8)
0.13.1 (2021-05-07)
- change paths in package.json to point to existing files (fc85822)
0.13.0 (2021-05-07)
- add rudimentary openid connect support (53087ab)
0.12.5 (2021-01-26)
- change scope of output var in atob polyfill (8a3b85d)
0.12.4 (2021-01-26)
- refactor b64 polyfills (dff3fbe)
0.12.3 (2021-01-21)
- only initialize store with localStorage if localStorage exists (b809973)
0.12.2 (2021-01-20)
- make skipFirst return undefined if no array was given (1915cb3)
- resolve linter errors, update linter definitions (35b5c17)
0.12.1 (2021-01-20)
0.12.0 (2020-05-29)
- base url in auth header client config (2a51971)
- allow for changing root url post initialization (ca2780d)
0.11.1 (2020-03-30)
- canRefresh with optional refreshToken (d1b2625)
0.11.0 (2020-03-30)
- enable sourcemaps, fix loginWithToken emitter logic (c8c235d)
0.10.0 (2020-03-30)
- allow for logging in with a given token, make refresh optional (b7981de)
0.9.0 (2020-03-23)
- enable asynchronous store implementations (0e0dd3e)
0.8.0 (2020-03-23)
- enable external storage aside from localStorage (9287abe)
0.7.5 (2020-03-18)
- invite verify url (0f39899)
0.7.4 (2020-03-18)
- disable github asset upload on release (8dddef0)
0.7.3 (2020-03-18)
- invalid invite url (20b74c0)
0.7.2 (2020-03-10)
- rename verificationUrl to resetPasswordUrl (6258acc)
0.7.1 (2020-02-12)
- update validation request payloads (b6288b4)
0.7.0 (2020-02-10)
- changed model to actual api (85dae76)
- refresh token if necessary before initial login check (22ea8cb)
0.6.1 (2020-01-28)
0.6.0 (2020-01-27)
0.5.0 (2020-01-27)
0.4.3 (2020-01-27)
- include 400 status in status check (13f72d7)