Cannot validate JWT token with "typ" in header.

Issue #53 closed
Felipe Nogueira Gaudio created an issue

Hi, I am generating a JWT token (RS256) with jose-jwt (https://github.com/dvsekhvalnov/jose-jwt) and trying to validate it with your lib but when I have the header "typ": "JWT", i got "java.security.SignatureException: Signature length not correct: got 128 but was expecting 256". How can I validate it with this "typ" header? Thanks

Comments (2)

  1. Log in to comment