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