File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 70
70
"gitHubRepoPath" : " panva/jose" ,
71
71
"repoUrl" : " https://github.com/panva/jose" ,
72
72
"installCommandHtml" : " npm install jose"
73
+ },
74
+ {
75
+ "minimumVersion" : null ,
76
+ "support" : {
77
+ "sign" : false ,
78
+ "verify" : true ,
79
+ "iss" : true ,
80
+ "sub" : true ,
81
+ "aud" : true ,
82
+ "exp" : true ,
83
+ "nbf" : true ,
84
+ "iat" : true ,
85
+ "jti" : true ,
86
+ "typ" : true ,
87
+ "hs256" : false ,
88
+ "hs384" : false ,
89
+ "hs512" : false ,
90
+ "rs256" : true ,
91
+ "rs384" : false ,
92
+ "rs512" : false ,
93
+ "es256" : false ,
94
+ "es384" : false ,
95
+ "es512" : false ,
96
+ "ps256" : false ,
97
+ "ps384" : false ,
98
+ "ps512" : false ,
99
+ "eddsa" : false ,
100
+ "es256k" : false
101
+ },
102
+ "authorUrl" : " https://github.com/orgs/awslabs" ,
103
+ "authorName" : " AWS" ,
104
+ "gitHubRepoPath" : " awslabs/aws-jwt-verify" ,
105
+ "repoUrl" : " https://github.com/awslabs/aws-jwt-verify" ,
106
+ "installCommandHtml" : " npm install aws-jwt-verify"
73
107
}
74
108
]
75
109
}
You can’t perform that action at this time.
0 commit comments