Gungho::Component::Authentication::Basic - Add Basic Auth To Gungho
---
components:
- Authentication::Basic
credentials:
basic:
-
- http://example.com
- "Admin Only"
- username
- password
-
- http://example2.com
- "Admin Only"
- username2
- password2
This module adds the capability to store basic authentication information inside
Gungho.
Does the WWW Authentication and redispatches the request
Sets the credentials for a uri + realm.
Get the credentials for a uri + realm.
This component merely stores data in Gungho that can be used for authentication.
The Engine type that Gungho is currently using must respect the information.