auth
auth/session.go
Add a bunch of TODOs. Let's be realistic about what still needs to be done and tag it appropriately.
1.1 --- a/session.go Wed Aug 13 07:04:23 2014 -0400 1.2 +++ b/session.go Wed Aug 13 07:42:05 2014 -0400 1.3 @@ -3,5 +3,6 @@ 1.4 import "net/http" 1.5 1.6 func validateSession(r *http.Request, c Context) error { 1.7 + // TODO: return an error if the user does not have a valid session 1.8 return nil 1.9 }