jwtk / jjwt

Java JWT: JSON Web Token for Java and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw an ExpiredJwtException when parsing expired Claims JWT

lhazlewood opened this issue · comments

Resolved in commit adbcf46. Will be released in 0.3

This should not be happening, because it prevents parsing the tiles to get the valid data out.
e.g. I parse and get this exception, but I still need to check the issuer to figure out how to refresh the token.

I'm about to log a bug about that.