We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919fa1 commit 7cb80ebCopy full SHA for 7cb80eb
packages/node-embed-sdk/README.md
@@ -28,7 +28,13 @@ pnpm add @sigmacomputing/node-embed-sdk
28
29
### Token Encryption and Decryption
30
31
-The SDK provides utilities for encrypting and decrypting OAuth tokens using AES-256-GCM encryption:
+The SDK provides utilities for encrypting and decrypting OAuth tokens using AES-256-GCM encryption.
32
+
33
+See our documentation on [embedding with JWTS](https://help.sigmacomputing.com/docs/create-an-embed-api-with-json-web-tokens) for more information.
34
35
+Sigma expects you to encrypt OAuth tokens using the same embed secret used to sign the embed.
36
37
+#### Example Usage
38
39
```typescript
40
import { encrypt, decrypt } from '@sigmacomputing/node-embed-sdk';
0 commit comments