Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

HTTP Header Authentication for Application Passwords

Skildring

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.

Omtalar

There are no reviews for this plugin.

Bidragsytarar og utviklarar

“HTTP Header Authentication for Application Passwords” is open source software. The following people have contributed to this plugin.

Contributors

“HTTP Header Authentication for Application Passwords” er omsett til 2 språk. Takk til omsetjarane for bidraga deira.

Omset “HTTP Header Authentication for Application Passwords” til ditt eige språk.

Interested in development?

Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.

Endringslogg

1.0.1

  • Add bypass for wp_is_site_protected_by_basic_auth to allow users to generate passwords on sites already behind basic auth

1.0.0

  • Initial release