Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

HTTP Header Authentication for Application Passwords

Beschrijving

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“HTTP Header Authentication for Application Passwords” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“HTTP Header Authentication for Application Passwords” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “HTTP Header Authentication for Application Passwords” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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

  • Eerste release