Now I build the SMS authentication module in my project.
I request sms code through [/passwordless/star] url.
so I get the sms code from my cellphone.
After that, I want to submit code to Auth0 through [/oauth/ro] endpoint.
but there is error message “Not Found” when I request to /oauth/ro endpoint
Is there anyway to implement own login module without using Universal Login.
I hope someone helps me to solve this issue.