auth

Paddy 2014-08-13 Parent:0aa843a306cd Child:3423c552e249

5:7ae3f16002c1 Go to Latest

auth/session.go

Handle more errors. Handle client errors. Match redirect handling with the spec.

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