HTTP Basic Authentication in PHP
A template that does basic authentication in PHP.
WARNING: It is insecure to use HTTP Basic Authentication without HTTPS (TLS) encryption.
Getting Started
Clone this repo and run the PHP server to test it.
php -S localhost:8004