Descripción
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.
Reseñas
There are no reviews for this plugin.
Colaboradores y desarrolladores
“HTTP Header Authentication for Application Passwords” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores“HTTP Header Authentication for Application Passwords” ha sido traducido a 2 idiomas. Gracias a los traductores por sus colaboraciones.
Traduce “HTTP Header Authentication for Application Passwords” a tu idioma.
¿Interesado en el desarrollo?
Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .
Registro de cambios
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