BTBurke / caddy-jwt

JWT middleware for the Caddy server
MIT License
113 stars 40 forks source link

Possible minor error in a message (keys.go) #33

Closed magikstm closed 6 years ago

magikstm commented 6 years ago

Unsure, but I think this line: https://github.com/BTBurke/caddy-jwt/blob/master/keys.go#L102

Should be: return fmt.Errorf("secret file '%s' does not exist", instance.filename)

BTBurke commented 6 years ago

Good catch. Thanks for the heads up. Fixed.