Skip to content

Latest commit

 

History

History
157 lines (72 loc) · 6.95 KB

File metadata and controls

157 lines (72 loc) · 6.95 KB

3.0.0 (2021-05-31)

BREAKING CHANGES

  • chore(magic-link): rename api to login-link (2a4773d)
  • chore(country): support only jp (08ff6c3)
  • feat(open-service): rename myaccount-settings to myaccount (69fedb4)

Features

  • feat(myaccount): able to open each page (2a92055)

Chore

  • 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)

Bug Fixes

  • fix window.open didn't work on Safari 14 (882c23c)
  • fix forceLogout didn't work (fa3055a)

2.1.0 (2020-12-09)

Bug Fixes

  • authorize-api: fix for Safari 14 issue (9fb69d0)
  • update for lint error and test failed (362f0b7)

Features

  • headers: set sdk info as additional headers parameter (1a55579)

  • sample-app: add example (89edfcf)

  • add del to storage (c5f2bda)

  • authorize & onboard accepts pkce & codeChallenge options (bc6bfe5)

  • open-services: deeplink support (c179072)

  • refactor!: remove auto generate state logic (c68d223)

  • refactor!: standardize tokenInfo response (491dda8)

  • refactor!: remove options from tokenInfo (c918b9d)

BREAKING CHANGES

  • No more auto generate state on init to be used in authorize and onboard API. There will be no default state and you will have to pass one via the APIs' options parameter if you need one.
  • change tokenInfo API response to standard format.
  • tokenInfo API no longer accept options parameter as it provide no benefit.

2.0.0 (2020-10-19)

Features

  • 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)

Bug Fixes

  • logout: add optional backTo parameter (9b9da89)

1.3.0 (2019-12-11)

Features

  • 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)

Bug Fixes

  • continue: rename param to "continue" as intended (b9dc043)

1.2.1 (2019-05-22)

Bug Fixes

  • continueTo: resupport continueTo (c71c280)

Features

1.2.0 (2019-05-17)

Bug Fixes

  • configs: separate configs option by semicolon (db2bed4)
  • encoding: fix enconding issue and some typecript typing tweaks (239704f)

Features

  • sdkVersion: add sdk version (bbc9a87)

1.1.2 (2019-04-04)

Bug Fixes

  • configs: encode configs parameter value (448383a)

1.1.1 (2018-12-04)

1.1.0 (2018-09-07)

Features

  • link2app: adding an option to go back to caller (f67ac97)

1.0.0 (2018-08-01)

Features