@occtoo/destination-client
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@occtoo/destination-client", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "generate": "./dist/scripts/cli.js" |
@@ -124,3 +124,3 @@ <p align="center"> | ||
Note: Authentication is only permitted server-side. Tokens and credentials should be stored securely and not exposed to the client. | ||
Note: Authentication is only permitted server-side. Tokens and credentials should be stored securely and not exposed to unauthorized clients. | ||
@@ -127,0 +127,0 @@ If you are calling a protected destination client-side, you can pass an access token directly to the client: |
26883