auth

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

8:fb2fd59f9930 Go to Latest

auth/session.go

Remove erroneous RedirectURI check. There's no real reason to check the RedirectURI when getting token info.

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