Skip to content

Commit 8a474e3

Browse files
committed
Better strings.
1 parent d235692 commit 8a474e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/strings.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)