File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 155
155
"gitHubRepoPath" : " jwt-dotnet/jwt" ,
156
156
"repoUrl" : " https://github.com/jwt-dotnet/jwt" ,
157
157
"installCommandHtml" : " Install-Package<br><a href=\" https://www.nuget.org/packages/JWT\" >JWT</a>"
158
+ },
159
+ {
160
+ "minimumVersion" : null ,
161
+ "support" : {
162
+ "sign" : true ,
163
+ "verify" : true ,
164
+ "iss" : true ,
165
+ "sub" : true ,
166
+ "aud" : true ,
167
+ "exp" : true ,
168
+ "nbf" : true ,
169
+ "iat" : true ,
170
+ "jti" : true ,
171
+ "hs256" : true ,
172
+ "hs384" : true ,
173
+ "hs512" : true ,
174
+ "rs256" : true ,
175
+ "rs384" : true ,
176
+ "rs512" : true ,
177
+ "es256" : true ,
178
+ "es384" : true ,
179
+ "es512" : true ,
180
+ "ps256" : true ,
181
+ "ps384" : true ,
182
+ "ps512" : true ,
183
+ "eddsa" : false
184
+ },
185
+ "authorUrl" : " https://github.com/ycrumeyrolle" ,
186
+ "authorName" : " Yann Crumeyrolle" ,
187
+ "gitHubRepoPath" : " ycrumeyrolle/jwt" ,
188
+ "repoUrl" : " https://github.com/ycrumeyrolle/jwt" ,
189
+ "installCommandHtml" : " Install-Package<br><a href=\" https://www.nuget.org/packages/JsonWebToken\" >JsonWebToken</a>"
158
190
}
159
191
]
160
192
}
You can’t perform that action at this time.
0 commit comments