GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gungho::Component::Authentication::Basic(3) User Contributed Perl Documentation Gungho::Component::Authentication::Basic(3)

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.

Sets up the component

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.
2007-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.