3.0.0 (2021-05-31)
- chore(magic-link): rename api to login-link (2a4773d)
- chore(country): support only jp (08ff6c3)
- feat(open-service): rename myaccount-settings to myaccount (69fedb4)
- feat(myaccount): able to open each page (2a92055)
- chore(config): format with updated prettier settings (066b0f2)
2.1.2 (2020-12-18)
- fix add two private config value (cd64d6a)
2.1.1 (2020-12-15)
2.1.0 (2020-12-09)
-
headers: set sdk info as additional headers parameter (1a55579)
-
sample-app: add example (89edfcf)
-
add del to storage (c5f2bda)
-
authorize & onboard accepts
pkce&codeChallengeoptions (bc6bfe5) -
open-services: deeplink support (c179072)
-
refactor!: remove auto generate state logic (c68d223)
-
refactor!: standardize tokenInfo response (491dda8)
-
refactor!: remove options from tokenInfo (c918b9d)
- No more auto generate state on init to be used in
authorizeandonboardAPI. There will be no defaultstateand you will have to pass one via the APIs' options parameter if you need one. - change
tokenInfoAPI response to standard format. tokenInfoAPI no longer accept options parameter as it provide no benefit.
2.0.0 (2020-10-19)
- Support OAuth 2.0 Authorization Code with PKCE Flow.
- Enable to onboard a guest faster.
- Support Magic link(password-less login link).
1.4.0 (2020-01-17)
1.3.1 (2020-01-17)
- logout: add optional backTo parameter (9b9da89)
1.3.0 (2019-12-11)
- index: new logout endpoint (64156ca)
- sample_app: add a very basic sample app to test the SDK (84a4d18)
1.2.3 (2019-05-23)
1.2.2 (2019-05-23)
- continue: rename param to "continue" as intended (b9dc043)
1.2.1 (2019-05-22)
- continueTo: resupport continueTo (c71c280)
- lint: add lint support (1d1a302)
1.2.0 (2019-05-17)
- configs: separate configs option by semicolon (db2bed4)
- encoding: fix enconding issue and some typecript typing tweaks (239704f)
- sdkVersion: add sdk version (bbc9a87)
1.1.2 (2019-04-04)
- configs: encode configs parameter value (448383a)
1.1.1 (2018-12-04)
1.1.0 (2018-09-07)
- link2app: adding an option to go back to caller (f67ac97)
1.0.0 (2018-08-01)
- creating a JS SDK (333cf8c)