auth

Paddy 2014-08-01 Parent:7a6f64db7246 Child:3423c552e249

1:7b9e0fc20256 Go to Latest

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.

History
     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