package auth

import "net/http"

func validateSession(r *http.Request, c Context) error {
	return nil
}
