- Add LINK Onboarding to CODEOWNERS (d33e53b)
- Run
yarn run prepareRelease(fc8d438) - chore(docs): update for 'otp' as valid
authn_method(cf0508f) - feat(authorize): accept 'otp' as an
authn_method(905d298) - build(deps-dev): bump docsify-cli from 4.4.3 to 4.4.4 (6342dd9)
- build(deps-dev): bump the eslint group with 4 updates (0047f3e)
- build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /sample (f25c542)
- build(deps): bump cipher-base from 1.0.4 to 1.0.6 (2faec89)
- build(deps): bump cipher-base from 1.0.4 to 1.0.6 in /sample (8f53a47)
- build(deps): bump crypto-browserify from 3.12.0 to 3.12.1 (a1b8dde)
- build(deps): bump elliptic from 6.5.4 to 6.6.1 in /sample (56d1a0a)
- build(deps): bump elliptic from 6.6.0 to 6.6.1 (338403e)
- build(deps): bump form-data from 3.0.1 to 3.0.4 (6cf302a)
- build(deps): bump pbkdf2 from 3.1.1 to 3.1.3 in /sample (2f013ac)
- build(deps): bump prismjs from 1.29.0 to 1.30.0 (4643c75)
- build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /sample (7ce640a)
- build(deps): bump sha.js from 2.4.11 to 2.4.12 (617928c)
- build(deps): bump sha.js from 2.4.11 to 2.4.12 in /sample (8d653b3)
- build(deps): bump ws from 6.2.2 to 6.2.3 in /sample (2d2a4a5)
- build(deps): bump ws from 7.5.8 to 7.5.10 (5376814)
- doc(readme): add localStorage section, fix typo and fix links (1cf50ea)
- chore(storage): address PR feedbacks (fc1f2cc)
- feat(storage): use sessionStorage when localStorage is not avaliable (abd61df)
- added affiliate_code in authorize url (129e607)
- Setup Dependabot (64e4b55)
- fix(config): run npm pkg fix (22873e2)
- docs: update version bump instructions in readme (06c5f1e)
- build(deps): bump elliptic from 6.5.4 to 6.6.0 (254fdbc)
- build(deps): bump serve-static from 1.14.1 to 1.16.2 (1043b28)
- chore(release): bump to version 4.1.1 🎉 (00f7c29)
- Clean up
cvinlocalStorageafterexchangeTokensucceeds (32e8fbf) - Replace
sessionStoragewithlocalStorage(6602ea2) - Fix
authnMethodtypo in docs (3287d10)
- chore(release): bump to version 4.1.0 🎉 (84db1ae)
- 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
pkceoption 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&codeChallengeoptions (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
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.
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)