You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/customization/jwt-authentication.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following steps outline how to generate a JWT token:
25
25
26
26
### JWT Token Scopes
27
27
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.
29
29
30
30
For example, it can be used to restrict which API endpoints the token can access.
0 commit comments