Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit dcbded7

Browse files
authored
Merge pull request #130 from IBM-Security/v2.0.9
Version update 2.0.7 -> 2.0.9
2 parents c5ec322 + 9bfe8d8 commit dcbded7

26 files changed

+20219
-12075
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
.travis.yml
1515
**/.node-persist
1616
# dist/*
17+
.npmrc

LICENSE.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019, 2022 - IBM Corp.
3+
Copyright (c) 2019, 2023 - IBM Corp.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

100755100644
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
![npm](https://img.shields.io/npm/v/ibm-verify-sdk.svg?style=flat-square)
44
![NPM](https://img.shields.io/npm/l/ibm-verify-sdk.svg?colorB=blue&style=flat-square)
55

6-
* [Getting Started](#getting-started)
7-
* [Configuration Settings](#configuration-settings)
8-
* [OAuthContext](#oauthcontext)
9-
* [OAuth API Samples](#oauth-samples)
10-
* [AuthenticatorContext](#authenticatorcontext)
11-
* [AuthenticatorContext API Samples](#authenticatorcontext-api-aamples)
12-
* [License](#license)
6+
- [IBM Security Verify SDK for JavaScript](#ibm-security-verify-sdk-for-javascript)
7+
- [Prerequisites](#prerequisites)
8+
- [Getting Started](#getting-started)
9+
- [Configuration Settings](#configuration-settings)
10+
- [OAuthContext](#oauthcontext)
11+
- [License](#license)
1312

1413
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.
1514
IBM Security Verify SDK for JavaScript currently supports the following grant types:
@@ -60,7 +59,7 @@ The OAuthContext object represents the interactions between the relying party an
6059
# License
6160
The MIT License (MIT)
6261

63-
Copyright (c) 2019, 2021 - IBM Corp.
62+
Copyright (c) 2019, 2023 - IBM Corp.
6463

6564
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6665

dist/AuthenticatorContext.js

100755100644
File mode changed.

dist/OAuthContext.js

100755100644
File mode changed.

dist/OAuthContext.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/config.js

100755100644
File mode changed.

dist/errors/Errors.js

100755100644
File mode changed.

dist/helpers/StorageHandler.js

100755100644
File mode changed.

dist/helpers/apiRequest.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)