We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jwt_object::three_parts tries to read part three with negative length. Expected: Some kind of invalid_format error.
jwt_object::three_parts
Reproduction:
jwt::decode("eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJtdl9jbGFpbSI6WyJmaXJzdCIsInNlY29uZCJdfQ.", jwt::params::algorithms({alg_to_str(jwt::algorithm::NONE)}), jwt::params::verify(false));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jwt_object::three_parts
tries to read part three with negative length. Expected: Some kind of invalid_format error.Reproduction:
The text was updated successfully, but these errors were encountered: