Skip to content

Commit 58bcbb6

Browse files
update
1 parent 4ae4a83 commit 58bcbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/customization/jwt-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following steps outline how to generate a JWT token:
2525

2626
### JWT Token Scopes
2727

28-
A JWT token can have one of two scopes: `private` or `public`. The scope of the token will determine the actions that can be performed using the token.
28+
The generated JWT token can have one of two scopes: `private` or `public`. The scope of the token will determine the actions that can be performed using the token.
2929

3030
For example, it can be used to restrict which API endpoints the token can access.
3131

0 commit comments

Comments
 (0)