Skip to content

Commit 5522371

Browse files
fixing
1 parent 6b78616 commit 5522371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fern/customization/jwt-authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const token = generateJWT(payload, key, options);
6161
// Define the payload
6262
const payload = {
6363
orgId: process.env.ORG_ID,
64+
// This is the scope of the token
6465
tag: 'public',
6566
restrictions: {
6667
enabled: true,

0 commit comments

Comments
 (0)