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 {
66 exp : 'Expiration time (seconds since Unix epoch)' ,
77 nbf : 'Not valid before (seconds since Unix epoch)' ,
88 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) ' ,
1313 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) ' ,
1515 alg : 'Signature or encryption algorithm'
1616 }
1717 } ,
You can’t perform that action at this time.
0 commit comments