func logout(w http.ResponseWriter, r *http.Request, t auth.Token) error { return app.AuthScheme.Logout(t.GetValue()) }