simple-oauth2
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## v1.0.1 | ||
* Fixed documentation for **client** option. | ||
## v1.0.0 | ||
@@ -4,0 +7,0 @@ * Refactored test to use fixtures. |
{ | ||
"name": "simple-oauth2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js client for OAuth2", | ||
@@ -5,0 +5,0 @@ "author": "Andrea Reginato <andrea.reginato@gmail.com>", |
@@ -69,3 +69,3 @@ [![NPM Package Version](https://img.shields.io/npm/v/simple-oauth2.svg?style=flat-square)](https://www.npmjs.com/package/simple-oauth2) | ||
* `client` - optional object with the following properties: | ||
* `client` - required object with the following properties: | ||
- `id` - Service registered client id. Required. | ||
@@ -72,0 +72,0 @@ - `secret` - Service registered client secret. Required. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28178
0