Refactor logging

Fixes #18
This commit is contained in:
Thom Seddon
2019-01-22 12:40:14 +00:00
parent 1a3a099ac1
commit b3b31e2193
5 changed files with 103 additions and 33 deletions

View File

@ -22,7 +22,7 @@ type ForwardAuth struct {
Secret []byte
ClientId string
ClientSecret string
ClientSecret string `json:"-"`
Scope string
LoginURL *url.URL