auth
auth/config.go
Continue our descent to horribleness. Remove all the nonsense about "extensibility" and "clean separation of concerns", instead hardcoding connections to decisions. Remove all those "test" things that stopped passing.
1.1 --- a/config.go Fri Jul 18 07:13:22 2014 -0400 1.2 +++ b/config.go Fri Aug 01 23:08:38 2014 -0400 1.3 @@ -53,6 +53,9 @@ 1.4 1.5 // If true allows access request using GET, else only POST - default false 1.6 AllowGetAccessRequest bool 1.7 + 1.8 + // The base path of documentation 1.9 + DocumentationDomain string 1.10 } 1.11 1.12 // NewServerConfig returns a new ServerConfig with default configuration