mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-16 21:58:25 +01:00
Basic Auth Example
This example demonstrates how to use Basic authentication in Dumbo.
Running the Example
-
Install dependencies:
composer install
-
Start the server:
composer start
-
Access the protected route:
curl -u user:password http://localhost:8000