File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 283
283
"gitHubRepoPath" : " adhocore/jwt" ,
284
284
"repoUrl" : " https://github.com/adhocore/jwt" ,
285
285
"installCommandHtml" : " composer require adhocore/jwt"
286
+ },
287
+ {
288
+ "minimumVersion" : null ,
289
+ "support" : {
290
+ "sign" : true ,
291
+ "verify" : true ,
292
+ "iss" : true ,
293
+ "sub" : true ,
294
+ "aud" : true ,
295
+ "exp" : true ,
296
+ "nbf" : true ,
297
+ "iat" : true ,
298
+ "jti" : true ,
299
+ "hs256" : true ,
300
+ "hs384" : true ,
301
+ "hs512" : true ,
302
+ "rs256" : true ,
303
+ "rs384" : true ,
304
+ "rs512" : true ,
305
+ "es256" : false ,
306
+ "es384" : false ,
307
+ "es512" : false
308
+ },
309
+ "authorUrl" : " https://github.com/miladrahimi" ,
310
+ "authorName" : " Milad Rahimi" ,
311
+ "gitHubRepoPath" : " miladrahimi/php-jwt" ,
312
+ "repoUrl" : " https://github.com/miladrahimi/php-jwt" ,
313
+ "installCommandHtml" : " composer require miladrahimi/php-jwt"
286
314
}
287
315
]
288
316
}
You can’t perform that action at this time.
0 commit comments