John Mick
Results
1
comments of
John Mick
`RefreshHandler()` doesn't work if the token has expired. The underlying [JWT library](https://gopkg.in/dgrijalva/jwt-go.v3) fails the token if it's expired. So gin-jwt never reaches `RefreshHandler()` if the token has expired, regardless of...