NAME
Apache::AuthDigest::API::Multi - allow for multiple WWW-Authenticate headers
SYNOPSIS
PerlModule Apache::AuthDigest::API::Multi
PerlModule My::MultiAuthenticator
<Location /protected>
PerlAuthenHandler My::MultiAuthenticator
Require valid-user
AuthName "cookbook"
</Location>
DESCRIPTION
coming soon...
SEE ALSO
perl(1), mod_perl(1), Apache(3), Apache::AuthDigest(3)
AUTHORS
Geoffrey Young <geoff@modperlcookbook.org>
COPYRIGHT
Copyright (c) 2002, Geoffrey Young
All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
HISTORY
This code is derived from the Cookbook::DigestAPI module, available as part of "The mod_perl Developer's Cookbook".
For more information, visit http://www.modperlcookbook.org/