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
The struct JsonWebTokenPayload encodes to
{ "JsonWebTokenPayload": { "iss":"", "sub":"", "aud":"", "exp":1692318447, "nbf":1692275247, "iat":1692275247, "jti":"ea3fc83a-c64d-4ca8-b3ce-854b781910a0" }, "sid":"49800a35-d61f-4739-b821-bef991b970f0" }
Instead of
{ "iss":"", "sub":"", "aud":"", "exp":1692318447, "nbf":1692275247, "iat":1692275247, "jti":"ea3fc83a-c64d-4ca8-b3ce-854b781910a0", "sid":"49800a35-d61f-4739-b821-bef991b970f0" }
The malformed token works fine but is not standards compliant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The struct JsonWebTokenPayload encodes to
Instead of
The malformed token works fine but is not standards compliant
The text was updated successfully, but these errors were encountered: