Skip to content

Latest commit

 

History

History
180 lines (91 loc) · 9.95 KB

CHANGELOG.md

File metadata and controls

180 lines (91 loc) · 9.95 KB

4.0.0 (2023-10-06)

New Features

  • feat(sdk) remove pkce option becuase all OAuth flows must use PKCE (2234e0e)
  • feat(sdk) return the full token from exchangeToken (5131f12)

Sample App improvements

  • fix(sample) fix formatting errors in html (fc70d52)
  • fix(sample) use new service options after re-write in 3.2.1 (bf9b14a)
  • refactor(sample): inline variable, use staging, remove useless await (04c119b)

Documentation improvements

  • doc(sample) update sample to use new exchangeToken type (0e68876)
  • doc(sdk) add TSDoc comments to public API (f530830)
  • doc(sdk) fix typos and inconsistencies (a926047)
  • doc(sdk) replace markdown API doc with links typedoc (b18603d)
  • doc(sdk) update documentation for exchangeCode function (40e7cb4)
  • doc(sdk) update readme with badge maintainer instructions (7fd3f27)
  • docs(sdk) fix typos (89f69cd)

Build improvements

3.2.1 (2023-08-24)

Bug Fixes

  • lint: Fix lint issues (0479643)
  • typing: Fix openService/openServiceUrl option parameter typing (e48b16e)

3.2.0 (2023-08-22)

Features

  • api: Add authorizeUrl API (43dd559)
  • api: Add logoutUrl API (7b15f1b)
  • api: Add onboardUrl API (32820fb)
  • api: Add openServiceUrl API (eeafa30)

3.1.1 (2023-03-16)

Bug Fixes

  • configs: default sdk info always overwrite options values (6d2734e)

Features

  • MyAccount: Add support for authn_method (b94ea4b)
  • MyAccount: Add support for saml_subject_id (de9af0f)

3.0.0 (2021-06-01)

Bug Fixes

  • add two private config value (cd64d6a)
  • authorize-api: fix for Safari 14 issue (9fb69d0)
  • update for lint error and test failed (362f0b7)
  • logout: add optional backTo parameter (9b9da89)

Features

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

  • index: new logout endpoint (64156ca)

  • myaccount: able to open each page (72c1e71)

  • open-service: rename myaccount-settings to myaccount (71cdd6c)

  • open-services: deeplink support (c179072)

  • sample-app: add example (89edfcf)

  • add del to storage (c5f2bda)

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

  • sample_app: add a very basic sample app to test the SDK (84a4d18)

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

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