mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-16 17:58:32 +00:00
Added signature validation test
This commit is contained in:
parent
cb1847142e
commit
204092e588
6 changed files with 75 additions and 2 deletions
|
@ -47,6 +47,8 @@ struct DecodeErrorCategory: std::error_category
|
|||
{
|
||||
case DecodeErrc::EmptyAlgoList:
|
||||
return "empty algorithm list";
|
||||
case DecodeErrc::SignatureFormatError:
|
||||
return "signature format is incorrect";
|
||||
case DecodeErrc::AlgHeaderMiss:
|
||||
return "missing algorithm header";
|
||||
case DecodeErrc::TypHeaderMiss:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue