- chore(ci): Fix linting job in CircleCI (f1b4812)
- chore(lint): Ignore auto-generated doc files when linting with eslint (cc244c6)
- feat(sdk): Add option to open vault directly in the update and delete connection view (0a5d61d)
- build(deps): bump @babel/traverse from 7.10.5 to 7.23.2 (1d08d4c)
- build(deps): bump browserify-sign from 4.2.1 to 4.2.2 (6e35321)
- build(deps): bump browserify-sign from 4.2.1 to 4.2.2 in /sample (ffc6d2a)
- build(deps): bump docsify from 4.12.1 to 4.13.1 (2e2e12c)
- build(deps): bump dompurify from 2.2.7 to 2.5.7 (5c49346)
- build(deps): bump express from 4.18.2 to 4.21.1 in /sample (815245a)
- build(deps): bump follow-redirects from 1.14.8 to 1.15.9 in /sample (6eedb71)
- fix(docs) fix broken hyperlink (471583b)
4.0.0 (2023-10-06)
- feat(sdk) remove
pkce
option becuase all OAuth flows must use PKCE (2234e0e) - feat(sdk) return the full token from
exchangeToken
(5131f12)
- 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)
- 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(all) add cspell (a3660a8)
- build(all) upgrade node from 12 -> 16 (8c62758)
- build(all) upgrade node from 16 -> 18 (c3b62a7), closes /nodejs.org/en/blog/release/v17.0.0#openssl-3-0 /github.com/webpack/webpack/issues/14532#issuecomment-947513562
- build(all) upgrade typescript to 4.9.5 (ab74095)
- build(all) add codeowners (fd73d63)
- build(all) add codeowners (like, really) (7fea9d9)
- build(all) setup prettier formatting in pre-commit hook (3f9ea23)
- build(doc) add typedoc (a804fef)
3.2.1 (2023-08-24)
- lint: Fix lint issues (0479643)
- typing: Fix openService/openServiceUrl option parameter typing (e48b16e)
3.2.0 (2023-08-22)
- 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)
- configs: default sdk info always overwrite options values (6d2734e)
- MyAccount: Add support for authn_method (b94ea4b)
- MyAccount: Add support for saml_subject_id (de9af0f)
3.0.0 (2021-06-01)
- 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)
-
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)
- No more auto generate state on init to be used in
authorize
andonboard
API. There will be no defaultstate
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)
- 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)