You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was some issue with parsing the exp value from MapClaims, especially when using large numbers or potentially sub-second numbers. This was fixed in #112. Can you give it another go with the current master, where #112 is now merged in.
I need to set the valid time of token to 100ms, but I got "Token is expired" err. is there any way to make it?
func TestJWTRsaMS(t *testing.T) {
privateKeyByte, _ := ioutil.ReadFile("private.key")
privateKey, _ := jwt.ParseRSAPrivateKeyFromPEM(privateKeyByte)
}
The text was updated successfully, but these errors were encountered: