@bytescale/sdk
Advanced tools
Comparing version 3.21.3 to 3.21.4
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.21.3", | ||
"version": "3.21.4", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
@@ -431,3 +431,3 @@ <h1 align="center"> | ||
With JWTs, the user can also perform API requests, such as file uploads, as these can be granted by the [JWT's payload](https://www.bytescale.com/docs/types/BytescaleJwt). The Bytescale JavaScript SDK will automatically inject the user's JWT into the `authorization-token` request header for all API requests, assuming the `AuthManager.beginAuthSession` method has been called. | ||
With JWTs, the user can also perform API requests, such as file deletions, as these can be granted by the [JWT's payload](https://www.bytescale.com/docs/types/BytescaleJwt). The Bytescale JavaScript SDK will automatically inject the user's JWT into the `authorization-token` request header for all API requests, assuming the `AuthManager.beginAuthSession` method has been called. | ||
@@ -434,0 +434,0 @@ [Learn more about the `AuthManager` and JWTs »](https://www.bytescale.com/docs/auth) |
1003677