A failed authentication on /token no more returns an HTML message.
Before this commit, the /token endopoint was returning thw Wordpress default error for a failed login. This was an HTML string with a link to recover the password.
Dealing with REST API it's better to always have plain text as a message
A failed authentication on /token no more returns an HTML message.
Before this commit, the /token endopoint was returning thw Wordpress default error for a failed login. This was an HTML string with a link to recover the password.
Dealing with REST API it's better to always have plain text as a message