summaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage/pkg-descr
blob: cc989495c04970876932eb69ecf5de3cd648db53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
       This module provides methods for authenticating a user.
       It uses HTTPD::UserAdmin to lookup passwords in a
       database.  Subclasses provide methods specific to the
       authentication mechanism.

       Currently, under HTTP/1.0 the only supported
       authentication mechanism is Basic Authentication.  NCSA
       Mosaic and NCSA HTTPd understand the proposed Message
       Digest Authentication, which should make it into the HTTP
       spec someday.  This module supports both.