Auth provides CouchDB Cookie authentication.
type Auth struct{}
func (a *Auth) Authenticate(w http.ResponseWriter, r *http.Request) (*authdb.UserContext, error)
Authenticate authenticates a request with cookie auth against the user store.
func (a *Auth) MethodName() string
MethodName returns "cookie"