export const auth0Config = { domain: "your-domain.auth0.com", clientId: "your-client-id", // Add this to ensure roles are included in the token audience: "https://container-mom.com", scope: "openid profile email roles" };