Skip to content

Commit 6655020

Browse files
committed
added POCO C++ Libraries
1 parent 1210006 commit 6655020

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

views/website/libraries/21-C++.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,37 @@
128128
"gitHubRepoPath": "pokowaka/jwt-cpp",
129129
"repoUrl": "https://github.com/pokowaka/jwt-cpp",
130130
"installCommandHtml": "git clone https://github.com/pokowaka/jwt-cpp"
131+
},
132+
{
133+
"minimumVersion": null,
134+
"support": {
135+
"sign": true,
136+
"verify": true,
137+
"iss": false,
138+
"sub": false,
139+
"aud": false,
140+
"exp": false,
141+
"nbf": false,
142+
"iat": false,
143+
"jti": false,
144+
"hs256": true,
145+
"hs384": true,
146+
"hs512": true,
147+
"rs256": true,
148+
"rs384": true,
149+
"rs512": true,
150+
"es256": true,
151+
"es384": true,
152+
"es512": true,
153+
"ps256": false,
154+
"ps384": false,
155+
"ps512": false
156+
},
157+
"authorUrl": "https://github.com/pocoproject",
158+
"authorName": "POCO C++ Libraries",
159+
"gitHubRepoPath": "pocoproject/poco",
160+
"repoUrl": "https://github.com/pocoproject/poco",
161+
"installCommandHtml": "git clone https://github.com/pocoproject/poco.git"
131162
}
132163
]
133164
}

0 commit comments

Comments
 (0)