Description
Use HTTP headers for application passwords instead of basic authentication. Perfect for those sites already protected by basic auth.
Username header: X-WP-USERNAME
Password header: X-WP-PASSWORD
Note that at this point the plugin doesn’t actually remove the basic authentication validation for application passwords, but checks the HTTP headers at a higher priority.
Avis
Il n’y a aucun avis sur cette extension.
Contributeurs & développeurs
« HTTP Header Authentication for Application Passwords » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“HTTP Header Authentication for Application Passwords” a été traduit dans 2 locales. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « HTTP Header Authentication for Application Passwords » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Historique des changements
1.0.1
- Add bypass for
wp_is_site_protected_by_basic_authto allow users to generate passwords on sites already behind basic auth
1.0.0
- Initial release