Skip to content

Commit 2f48a26

Browse files
update
1 parent 46031dc commit 2f48a26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fern/customization/jwt-authentication.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The following steps outline how to generate a JWT token:
2323
3. **Set Token Options**: Define options for the token, such as the expiration time (`expiresIn`).
2424
4. **Generate the Token**: Use a JWT library or built-in functionality to generate the token with the payload, key, and options.
2525

26+
<Note>
27+
Without the private key, the JWT token's scope will be limited to web call creation.
28+
</Note>
29+
2630
### Example
2731

2832
```js

0 commit comments

Comments
 (0)