dumbo/examples/basic-auth-custom
2024-08-29 16:09:38 +01:00
..
2024-08-29 16:09:38 +01:00

Basic Auth with custom verify Example

This example demonstrates how to use Basic authentication in Dumbo using a custom verify function.

Running the Example

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Access the protected route:

      curl -u user:password http://localhost:8000