File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export default {
6
6
exp : 'Expiration time (seconds since Unix epoch)' ,
7
7
nbf : 'Not valid before (seconds since Unix epoch)' ,
8
8
iat : 'Issued at (seconds since Unix epoch)' ,
9
- iss : 'Issuer: who created and signed this token' ,
10
- sub : 'Subject: who the token refers to' ,
11
- aud : 'Audience: who or what the token is intended for' ,
12
- jti : 'JWT ID: unique identifier for this token' ,
9
+ iss : 'Issuer ( who created and signed this token) ' ,
10
+ sub : 'Subject ( who the token refers to) ' ,
11
+ aud : 'Audience ( who or what the token is intended for) ' ,
12
+ jti : 'JWT ID ( unique identifier for this token) ' ,
13
13
typ : 'Type of token' ,
14
- azp : 'Authorized party: the party to which this token was issued' ,
14
+ azp : 'Authorized party ( the party to which this token was issued) ' ,
15
15
alg : 'Signature or encryption algorithm'
16
16
}
17
17
} ,
You can’t perform that action at this time.
0 commit comments