Skip to content

Commit 1e3695c

Browse files
author
Winfried Dobbe
committed
Add C++ library jwt-cpp by Erwin Jansen
1 parent 8d4a1ad commit 1e3695c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,38 @@
9696
"gitHubRepoPath": "arun11299/cpp-jwt",
9797
"repoUrl": "https://github.com/arun11299/cpp-jwt",
9898
"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"
99131
}
100132
]
101133
}

0 commit comments

Comments
 (0)