We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the original CDN import, the signup fails although user is created, as reported in There was an error processing the login #546.
<script src="https://cdn.auth0.com/js/lock-9.min.js"></script>
With the current latest 11.8.1 does not work either.
<script src="https://cdn.auth0.com/js/lock/11.8.1/lock.min.js"></script>
Auth0 sample jQuery Quick Start does work.
I suppose the javascript implementation is outdated and does not work anymore.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the original CDN import, the signup fails although user is created, as reported in There was an error processing the login #546.
With the current latest 11.8.1 does not work either.
Auth0 sample jQuery Quick Start does work.
I suppose the javascript implementation is outdated and does not work anymore.
The text was updated successfully, but these errors were encountered: