Skip to content

Commit 1dd2645

Browse files
authored
Update Thalhammer/jwt-cpp
jwt-cpp has supported both eddsa and the "typ" check for quite some time now and just recently got official support for es256k.
1 parent b68451f commit 1dd2645

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,21 @@
4848
"nbf": true,
4949
"iat": true,
5050
"jti": true,
51+
"typ": true,
5152
"hs256": true,
5253
"hs384": true,
5354
"hs512": true,
5455
"rs256": true,
5556
"rs384": true,
5657
"rs512": true,
5758
"es256": true,
59+
"es256k": true,
5860
"es384": true,
5961
"es512": true,
6062
"ps256": true,
6163
"ps384": true,
62-
"ps512": true
64+
"ps512": true,
65+
"eddsa": true
6366
},
6467
"authorUrl": "https://github.com/Thalhammer",
6568
"authorName": "Dominik Thalhammer",

0 commit comments

Comments
 (0)