File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments