I am trying to change my password using my email with the Authentication API but it says the following error when the json is returned:
Optional({
“error” : “email or username are required.”
})
I am certain that I am including an email on the POST request but can’t seem to change the email.
I’ve seen other threads that this was fixed on Auth0’s end and not sure if it is a problem on their end. Either way any help is appreciated