jwtk / jjwt

Java JWT: JSON Web Token for Java and Android
Apache License 2.0
10.37k stars 1.34k forks source link

jjwt-gson cannot use the require series methods of io.jsonwebtoken.JwtParserBuilder normally #762

Open linghengqian opened 2 years ago

linghengqian commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

lhazlewood commented 1 year ago

Thank you for reporting this, we'll take a look after the JWE release!

lhazlewood commented 1 year ago

@linghengqian do you think this would be resolved via #771 ? That would be my guess. GSON number deserialization is terrible.

linghengqian commented 1 year ago

@linghengqian do you think this would be resolved via #771 ? That would be my guess. GSON number deserialization is terrible.