goauth2 icon indicating copy to clipboard operation
goauth2 copied to clipboard

Logger not created by default for goauth2.App

Open pdt256 opened this issue 4 years ago • 0 comments

This line will fail if no default logger is injected.

https://github.com/inklabs/goauth2/blob/7c2bedaafaca9e4b8cb62be10deda3ba4e7adf6f/goauth2.go#L175

TODO:

  • Modify goauth2.New to instantiate a default logger

pdt256 avatar Apr 29 '20 21:04 pdt256