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

Missing Return in `parser.go` #470

Closed jaunruh closed 3 years ago

jaunruh commented 3 years ago

https://github.com/dgrijalva/jwt-go/blob/dc14462fd58732591c7fa58cc8496d6824316a82/parser.go#L72

If I understand your code correctly, there is a missing return in the line linked above.

jaunruh commented 3 years ago

My bad, I was editing the code base and added a an error to the code at some other place.