go-jwks
go-jwks copied to clipboard
Disable logger or allow specifying custom one
Instead of hard coding log.Printf("unable to refresh key: %v", err)
it would be nice if you either A) allowed disabling this log output or B) allowed specifying a custom logger using an interface.