export const auth0Config = { domain: "dev-a3o2jif0.us.auth0.com", clientId: "H1FcujzHs76LB99W7KcKQOEO9ThtlyLh", audience: "https://container-mom.com/api", scope: "openid profile email", // Add these additional settings useRefreshTokens: true, cacheLocation: "localstorage" };