java-jwt icon indicating copy to clipboard operation
java-jwt copied to clipboard

Validating token without the need of an Algorithm

Open BigBallard opened this issue 3 years ago • 0 comments

At this time it does not seem that I can use the JWTVerifier to validate a token without requiring an Algorithm to do so. This seems odd since we can decode the token's without an Algorithm and we would essentially be having to implement that logic ourselves with the JWTVerifier interface with the same logic as the impl provided. But is this really what we would have to do to have a verifier that does not require an algorithm?

BigBallard avatar Aug 10 '22 19:08 BigBallard