adam-hanna / jwt-auth

This package provides json web token (jwt) middleware for goLang http servers
MIT License
231 stars 43 forks source link

usage of log instead of myLog in auth-util.go #12

Closed Cjdcoy closed 4 years ago

Cjdcoy commented 4 years ago

Hey you used the function log instead of using myLogline 84-85 of the file auth-util.go. Due to that even if you set the options.Debug to false it keeps displaying logs. It's not a big issue but it can get quite annoying as this the concerned function is called quite often ;)

adam-hanna commented 4 years ago

@Cjdcoy sorry didn't see this until just now. Thanks for the report. I'm on it...

adam-hanna commented 4 years ago

@Cjdcoy fixed in v1.2.0

Thanks again for the report!