import auth0 from "../../../lib/auth0"; const callback = async (req, res) => { await auth0.handleCallback(req, res); }; export default callback;