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 a88f5fe commit 6b78616Copy full SHA for 6b78616
fern/customization/jwt-authentication.mdx
@@ -39,6 +39,7 @@ For example, it can be used to restrict which API endpoints the token can access
39
// Define the payload
40
const payload = {
41
orgId: process.env.ORG_ID,
42
+ // This is the scope of the token
43
tag: 'private',
44
};
45
0 commit comments