import auth0 from "../../lib/auth0"; import { withErrorHandling } from "../../lib/apiHelpers"; export default logout = withErrorHandling(async (req, res) => { await auth0.handleLogout(req, res); });