dgrijalva / jwt-go

ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.78k stars 997 forks source link

v4 preview 1, typo in UnverfiableTokenError should be UnverifiableTokenError #448

Open jonathaningram opened 3 years ago

jonathaningram commented 3 years ago

See https://github.com/dgrijalva/jwt-go/blob/c661858876053d183a5b74ab478d2bdfb8dd32a6/errors.go#L91

If you don't get to fixing this yourself before I do, I'll try and do a PR.