auth

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

4:422e9082eb70 Go to Latest

auth/session.go

Write responses. Start writing JSON responses when access tokens are requested.

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