go-chi / jwtauth

JWT authentication middleware for Go HTTP services
MIT License
550 stars 91 forks source link

Code is detecting non-existent error from jwt-go #29

Closed ernsheong closed 6 years ago

ernsheong commented 6 years ago

https://github.com/go-chi/jwtauth/blob/master/jwtauth.go#L112 seems to not be catching anything, as jwt-go does not have this error (anymore).