I am attempting to use the passwordless feature via the authentication API.
I was able to start a passwordless process using:
https://{{auth0_domain}}/passwordless/start
As shown in the documentation, but as I was progressing to the second stage of verifying the loging, the https://{{auth0_domain}}/oauth/ro was returning a 404, I did a little bit digging on my own, and it seems that this url has been disabled, but Auth0 is not supplying any documentation about replacing the process with a different url.
What is the preferred solution for verifying a passwordless code via HTTP if this is no longer available?