Repositories
Help
auth
Commits
Files
Paddy
2014-08-13
Parent:
3423c552e249
Child:
9a1e62c24903
10:244ac84003b3
Go to Latest
auth/session.go
Add logging. Log errors when obtaining and saving access tokens.
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
package auth
2
3
import "net/http"
4
5
func validateSession(r *http.Request, c Context) error {
6
return nil
7
}