Skip to content

Commit 4d9559a

Browse files
committed
More claims are now explained.
1 parent 50dc800 commit 4d9559a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/strings.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@ export default {
1212
jti: 'JWT ID (unique identifier for this token)',
1313
typ: 'Type of token',
1414
azp: 'Authorized party (the party to which this token was issued)',
15-
alg: 'Signature or encryption algorithm'
15+
alg: 'Signature or encryption algorithm',
16+
jku: 'JSON Web Key Set URL',
17+
jwk: 'JSON Web Key Set (embedded)',
18+
kid: 'Key ID',
19+
x5u: 'X.509 Certificate URL',
20+
x5t: 'X.509 Fingerprint (SHA-1)',
21+
'x5t#S256': 'X.509 Fingerprint (SHA-256)',
22+
cty: 'Content type',
23+
crit: 'Extensions or claims that MUST be processed or verified',
24+
enc: 'Encryption algorithm',
25+
zip: 'Compression algorithm',
26+
kty: 'Key type',
27+
use: 'Intended use of key: "sig" or "enc" (other values accepted)',
28+
key_ops: 'Intended operations for this key'
1629
}
1730
},
1831
extension: {

0 commit comments

Comments
 (0)