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 96
96
"gitHubRepoPath" : " arun11299/cpp-jwt" ,
97
97
"repoUrl" : " https://github.com/arun11299/cpp-jwt" ,
98
98
"installCommandHtml" : " git clone https://github.com/arun11299/cpp-jwt"
99
+ },
100
+ {
101
+ "minimumVersion" : null ,
102
+ "support" : {
103
+ "sign" : true ,
104
+ "verify" : true ,
105
+ "iss" : true ,
106
+ "sub" : true ,
107
+ "aud" : true ,
108
+ "exp" : true ,
109
+ "nbf" : true ,
110
+ "iat" : true ,
111
+ "jti" : false ,
112
+ "hs256" : true ,
113
+ "hs384" : true ,
114
+ "hs512" : true ,
115
+ "rs256" : true ,
116
+ "rs384" : true ,
117
+ "rs512" : true ,
118
+ "es256" : false ,
119
+ "es384" : false ,
120
+ "es512" : false ,
121
+ "ps256" : false ,
122
+ "ps384" : false ,
123
+ "ps512" : false ,
124
+ "eddsa" : false
125
+ },
126
+ "authorUrl" : " https://github.com/pokowaka" ,
127
+ "authorName" : " Erwin Jansen" ,
128
+ "gitHubRepoPath" : " pokowaka/jwt-cpp" ,
129
+ "repoUrl" : " https://github.com/pokowaka/jwt-cpp" ,
130
+ "installCommandHtml" : " git clone https://github.com/pokowaka/jwt-cpp"
99
131
}
100
132
]
101
133
}
You can’t perform that action at this time.
0 commit comments