auth

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

2:0aa843a306cd Go to Latest

auth/session.go

Pass context when checking session. When validating a session pass the context.

History
1 package oauth2
3 import "net/http"
5 func validateSession(r *http.Request, c Context) error {
6 return nil
7 }