Skip to content

Releases: IBM-Security/verify-sdk-javascript

v2.0.9

01 Aug 02:14
dcbded7
Compare
Choose a tag to compare
  • Fixed sample application dependencies which exposed a potential vulnerability
    found within the semver library version being used.
  • Upgraded a number of other libs as peer dependencies needed to be upgraded also.

v2.0.6

18 Jun 02:28
0a8e7e0
Compare
Choose a tag to compare

Minor update to OAuthContext for device flow to return the response token.
Sample application UI/UX enhancements
Sample application sub tree dependency vulnerability fixes.

V2.0.4

28 Jan 07:58
1ed82f1
Compare
Choose a tag to compare
  • Converted js -> typescript
  • Updated docs for React sample
  • Dropped babel as build tool ( using typescript ) for build process and watch
  • Minor updates to test cases
  • Updated Copyright year 2020 -> 2021

SDK rename

03 Aug 03:37
6adfb6d
Compare
Choose a tag to compare

Renaming of SDK and version bump.

v2.0.1

06 Jul 22:55
a779413
Compare
Choose a tag to compare
  • Added ROPC docs and screenshot
  • Updated device flow .env.example file. Sample template updates for qrCode generation.
  • Updated vanilla.js screenshot
  • Updated Licencing
  • Authorization code flow removed check for client secret to support public clients not just private.
  • Rebranding for IBM Security Verify
  • Removed test case for authorization grant type client secret.

v2.0.0

04 Mar 23:24
7c850fc
Compare
Choose a tag to compare

NOTE: Version 2 release breaking backwards compatibility

  • Added support for device and ROPC grant types
  • Updated Samples for Authorization and implicit flows
  • Added samples for device and ROPC flows
  • Extended test coverage for OIDC flows
  • Fixed minor issues from v1.2.3

Dropping support for version one.

v1.2.3

09 Oct 01:30
Compare
Choose a tag to compare

Small fixes to the dist build which removes console noise and minification.

V1.2.1

23 Apr 04:24
98937cf
Compare
Choose a tag to compare
  • Minor dependency fix for @babel/polyfill

v1.2.0

13 Mar 02:00
b769cad
Compare
Choose a tag to compare
  • Added support for client_credentials flow for Cloud Identity api clients.
    NOTE: sdk support is limited to a small set of verify endpoints
  • AuthenticatorContext.initiateAuthenticator() support to return qrCode as base64 encoded string or just code value in response payload.
  • Unit testing carried out for the implemented functionality.

v1.1.0

22 Feb 04:39
Compare
Choose a tag to compare
  • File name change OauthContext.js > OAuthContext.js
  • Added userinfo function which calls out to the CI userinfo endpoint which returns user information tied to the token parameter passed in that function call
  • Added pollVerificationIter function which polls the viewVerifications function and will resolve once the payload state property has been fulfilled.
  • Added test files for unit testing Authorization code flow (AZN) functionality
  • Removed package-lock.json files from sample apps as they were referencing outdated dependencies. The package-lock.json file will be created in the each sample app when npm install is run.