Opis
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.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„HTTP Header Authentication for Application Passwords” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „HTTP Header Authentication for Application Passwords” została przetłumaczona na 2 języki. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “HTTP Header Authentication for Application Passwords” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
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