auth

Paddy 2014-08-13 Parent:3423c552e249 Child:9fe684b33b3d

11:9a1e62c24903 Go to Latest

auth/session.go

Add a bunch of TODOs. Let's be realistic about what still needs to be done and tag it appropriately.

History
     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  }