WP-API / Basic-Auth

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

Application password does not works #76

Open nicolas281 opened 10 months ago

nicolas281 commented 10 months ago

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

Bart-studio commented 10 months 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 9 months ago

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