@adobe/fetch
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@adobe/fetch", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Call Adobe APIs", | ||
@@ -5,0 +5,0 @@ "main": "dist/server.js", |
@@ -149,3 +149,3 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
In the browser only the **Provided** mode explained above is default, JWT is not supported. | ||
In the browser only the **Provided** mode explained above is allowed, JWT is not supported. | ||
@@ -152,0 +152,0 @@ This is because the JWT workflow requires direct access to the private key and should be done in the server for security reasons. With Provided mode the access token can be acquired via a standard OAuth authentication flow and then used by adobe-fetch to call Adobe APIs. |
Sorry, the diff of this file is not supported yet
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
1175732