Skip to content

asasmita/verify-sdk-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM Security Verify SDK for Javascript

This repository is for active development of the IBM Security Verify SDK for Javascript.

Getting started

To get started with a specific component, see the README.md file located in each of components project folder.

Prerequisites

  • node (v16.13.0 or higher)
  • A valid IBM Security Verify tenant or IBM Security Verify Access is required.

Components

Releases of all packages are available here: Releases

The following components are currently offered in the package.

Component Description
Privacy Fast, opinionated, simple privacy component that leverages the data privacy & consent engine on IBM Security Verify.

Installation

Install using Node Package Manager:

# install the privacy sdk
npm i @ibm-verify/privacy

The above command will add the Privacy SDK to the dependencies section of the your package.json, as shown in the following example:

"dependencies": {
    "@ibm-verify/privacy": "^1.0.0"
}

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 80.6%
  • JavaScript 15.5%
  • CSS 3.8%
  • Shell 0.1%