go-chi / jwtauth

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

fix: Corrected compile error -> "cannot use jwt.MapClaims literal (type jwt.MapClaims) as type jwtauth.Claims" #44

Closed qgervacio closed 4 years ago

qgervacio commented 4 years ago

Using github.com/go-chi/jwtauth v3.3.0+incompatible

pkieltyka commented 4 years ago

see https://github.com/go-chi/jwtauth/pull/38#issuecomment-533917879