This repository is for active development of the IBM Verify SDK for Javascript.
To get started with a specific component, see the README.md file located in each of components project folder.
- node (v16.13.0 or higher)
- A valid IBM Verify tenant or IBM Verify Identity Access is required.
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 Verify. |
| Examples | Collection of demo applications that illustrate common server-side scenarios supporting mobile identity, authentication, and digital credential use cases. |
Install using Node Package Manager:
# install the privacy sdk
npm i @ibm-verify/privacyThe 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"
}