We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9528b3 commit a54fa08Copy full SHA for a54fa08
1 file changed
include/jwt/impl/jwt.ipp
@@ -211,6 +211,9 @@ inline verify_result_t jwt_signature::check_for_algo_confusion_attack(
211
case algorithm::RS256:
212
case algorithm::RS384:
213
case algorithm::RS512:
214
+ case algorithm::ES256:
215
+ case algorithm::ES384:
216
+ case algorithm::ES512:
217
return {false, std::error_code{}};
218
default:
219
// For all other cases make sure that the secret provided
0 commit comments