Skip to content

Commit 6b78616

Browse files
fixing
1 parent a88f5fe commit 6b78616

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
@@ -39,6 +39,7 @@ For example, it can be used to restrict which API endpoints the token can access
3939
// Define the payload
4040
const payload = {
4141
orgId: process.env.ORG_ID,
42+
// This is the scope of the token
4243
tag: 'private',
4344
};
4445

0 commit comments

Comments
 (0)