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 6b78616 commit 5522371Copy full SHA for 5522371
fern/customization/jwt-authentication.mdx
@@ -61,6 +61,7 @@ const token = generateJWT(payload, key, options);
61
// Define the payload
62
const payload = {
63
orgId: process.env.ORG_ID,
64
+ // This is the scope of the token
65
tag: 'public',
66
restrictions: {
67
enabled: true,
0 commit comments