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
Hi, I'm trying to use the method email_code_passwordless_verify in Auth0\SDK\API/Authentication class, I'm getting this error.
Client error: POST https://xxxxxx/oauth/ro` resulted in a 404 Not Found response: Not Found `
Client error:
404 Not Found
I know /oauth/ro endpoint is deprecated, what alternative I have to verify a passwordless code using this php SDK?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hi @lemartva
At the moment, we don't have a way to do that via API so you'll need to redirect to the universal login page (recommended) or use Lock.
Sorry, something went wrong.
Thanks!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Hi, I'm trying to use the method email_code_passwordless_verify in Auth0\SDK\API/Authentication class, I'm getting this error.
Client error:
POST https://xxxxxx/oauth/ro` resulted in a404 Not Found
response: Not Found `I know /oauth/ro endpoint is deprecated, what alternative I have to verify a passwordless code using this php SDK?
Thanks for your time.
The text was updated successfully, but these errors were encountered: