auth

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

7:edf7ffe90517 Go to Latest

auth/session.go

Handle fillTokens errors. Remove TODOs surrounding errors when saving tokens.

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