@sazito/client-sdk 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ This SDK is built for application developers who want a typed, framework-agnosti
|
|
|
12
12
|
## Package
|
|
13
13
|
|
|
14
14
|
- Name: `@sazito/client-sdk`
|
|
15
|
-
- Version: `
|
|
15
|
+
- Version: See `package.json`
|
|
16
16
|
- License: `MIT`
|
|
17
17
|
|
|
18
18
|
## Requirements
|
|
@@ -149,7 +149,7 @@ Supported request options:
|
|
|
149
149
|
## Authentication
|
|
150
150
|
|
|
151
151
|
```ts
|
|
152
|
-
sazito.setAuthToken('
|
|
152
|
+
sazito.setAuthToken('YOUR_JWT');
|
|
153
153
|
|
|
154
154
|
const isLoggedIn = sazito.isAuthenticated();
|
|
155
155
|
const token = sazito.getAuthToken();
|
package/package.json
CHANGED