WP-API / Basic-Auth

Basic Authentication handler for the JSON API, used for development and debugging purposes
772 stars 286 forks source link

Application password does not works #76

Open nicolas281 opened 1 year ago

nicolas281 commented 1 year ago

It seems with new wordpress version, application password is incorrect each time for username

Bart-studio commented 1 year ago

Hi, I've had the same problem. You don't need this plugin anymore : https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/#basic-authentication-with-application-passwords

I simply removed the plugin and it worked again. Hope it helps.

banago commented 11 months ago

I had the same issue and deactivating the Basic Auth plugin solved the issue for me too.