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 35
35
"repoUrl" : " https://github.com/GildedHonour/rust-jwt" ,
36
36
"installCommandHtml" : " cargo: name = \" frank_jwt\" version = \" *\" "
37
37
},
38
+ {
39
+ "minimumVersion" : null ,
40
+ "support" : {
41
+ "sign" : true ,
42
+ "verify" : true ,
43
+ "iss" : false ,
44
+ "sub" : false ,
45
+ "aud" : false ,
46
+ "exp" : true ,
47
+ "nbf" : false ,
48
+ "iat" : false ,
49
+ "jti" : false ,
50
+ "typ" : false ,
51
+ "hs256" : true ,
52
+ "hs384" : true ,
53
+ "hs512" : true ,
54
+ "rs256" : true ,
55
+ "rs384" : true ,
56
+ "rs512" : true ,
57
+ "es256" : true ,
58
+ "es384" : true ,
59
+ "es512" : true ,
60
+ "es256k" : true ,
61
+ "eddsa" : true ,
62
+ "ps256" : true ,
63
+ "ps384" : true ,
64
+ "ps512" : true
65
+ },
66
+ "authorUrl" : " https://github.com/Fidenz" ,
67
+ "authorName" : " Fidenz" ,
68
+ "gitHubRepoPath" : " Fidenz/fi_digital_signatures" ,
69
+ "repoUrl" : " https://github.com/Fidenz/fi_digital_signatures" ,
70
+ "installCommandHtml" : " cargo: name = \" fi-digital-signatures\" version = \" *\" "
71
+ },
38
72
{
39
73
"minimumVersion" : null ,
40
74
"support" : {
You can’t perform that action at this time.
0 commit comments