fetch-mw-oauth2
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"name": "fetch-mw-oauth2", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Fetch middleware to add OAuth2 support", | ||
@@ -25,2 +25,5 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/badgateway/fetch-mw-oauth2#readme", | ||
"engines": { | ||
"node": ">= 14" | ||
}, | ||
"devDependencies": { | ||
@@ -27,0 +30,0 @@ "@curveball/bodyparser": "^0.4.14", |
@@ -8,3 +8,4 @@ # fetch-mw-oauth2 | ||
* 9KB minified. | ||
* 9KB minified (3KB gzipped). | ||
* No dependencies. | ||
* `authorization_code` grant with optional [PKCE][1] support. | ||
@@ -32,3 +33,3 @@ * `password` and `client_credentials` grant. | ||
const client = new Client({ | ||
const client = new OAuth2Client({ | ||
@@ -35,0 +36,0 @@ // The base URI of your OAuth2 server |
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
149322
433