auth

Paddy 2014-08-01 Child:0aa843a306cd

1:7b9e0fc20256 Go to Latest

auth/session.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
paddy@1 1 package oauth2
paddy@1 2
paddy@1 3 import "net/http"
paddy@1 4
paddy@1 5 func validateSession(r *http.Request) error {
paddy@1 6 return nil
paddy@1 7 }