meteor-auth0
meteor-auth0 copied to clipboard
Getting unnecessary popup while using custom domain.
Hi, We had problem with Cross Origin Authentication so we register custom domain (xxxx.com) -> cert is managed by auth0. BUT now when i open page and enter login details and click on submit, i see the alert window along with the below message
You should not be hitting this endpoint. Make sure to use the code snippets shown in the tutorial or contact [email protected] for help
Below are my code snippet:
initLock({
closable: true,
configurationBaseUrl: 'https://cdn.auth0.com',
autoclose: true,
loginAfterSignUp: true,
allowLogin: false
});
auth0.show();
AM I missing any configuration, Could you please help me to resolve the issue.