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: views/md/introduction.md
+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
@@ -49,7 +49,7 @@ Then, this JSON is **Base64Url** encoded to form the first part of the JWT.
49
49
The second part of the token is the payload, which contains the claims. Claims are statements about an entity (typically, the user) and additional metadata.
50
50
There are three types of claims: *reserved*, *public*, and *private* claims.
51
51
52
-
-**Reserved claims**: These is a set of predefined claims which are not mandatory but recommended, to provide a set of useful, interoperable claims. Some of them are: **iss** (issuer), **exp** (expiration time), **sub** (subject), **aud** (audience), and others.
52
+
-**Reserved claims**: These are a set of predefined claims which are not mandatory but recommended, to provide a set of useful, interoperable claims. Some of them are: **iss** (issuer), **exp** (expiration time), **sub** (subject), **aud** (audience), and others.
53
53
54
54
> Notice that the claim names are only three characters long as JWT is meant to be compact.
0 commit comments