Skip to content

Commit

Permalink
Merge pull request #32 from IBM-Security/v2.0.2
Browse files Browse the repository at this point in the history
Rename SDK 'IBM Verify SDK' > 'IBM Security Verify SDK for Javascript
  • Loading branch information
trumanbutter committed Aug 3, 2020
2 parents d3fe066 + baa6134 commit 6adfb6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Verify SDK
# IBM Security Verify SDK for JavaScript
![Type](https://img.shields.io/badge/Type-JavaScript-blue.svg)
![npm](https://img.shields.io/npm/v/ibm-verify-sdk.svg?style=plastic)
![NPM](https://img.shields.io/npm/l/ibm-verify-sdk.svg?colorB=blue&style=plastic)
Expand All @@ -12,7 +12,7 @@
* [License](#license)

The purpose of the Javascript client library is to enable a developer to create web based applications that enhance the user experience with IBM Security Verify.
IBM Verify SDK currently supports the following grant types:
IBM Security Verify SDK for JavaScript currently supports the following grant types:
- **Authorization Code Flow**
- The most commonly used flow for clients that can securely maintain a client secret such as web applications and native mobile applications as the Access Token is passed directly to the web server hosting the app, without going through the end user's web browser which can expose a risk.
- **Resource owner password credentials (ROPC)**
Expand All @@ -33,7 +33,7 @@ IBM Verify SDK currently supports the following grant types:


# Getting Started
After configuring your Tenant and your application on IBM Security Verify, you can install the IBM Verify SDK:
After configuring your Tenant and your application on IBM Security Verify, you can install the IBM Security Verify SDK for JavaScript:
```bash
npm install ibm-verify-sdk
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm-verify-sdk",
"version": "2.0.1",
"description": "IBM Verify javascript SDK",
"version": "2.0.2",
"description": "IBM Security Verify SDK for JavaScript",
"main": "dist/index.js",
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 6adfb6d

Please sign in to comment.