forked from mirror/jwt
jwt.ValidationError didn't not implement error
I tried to type assert the err from jwt.Parse() and got this ``` ./main.go:135: impossible type assertion: jwt.ValidationError does not implement error (Error method has pointer receiver) ``` this fixes it and makes the Errors field accessible.
This commit is contained in:
parent
71c6a65cfe
commit
dea87c4cd8
Loading…
Reference in New Issue