aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Server-Simple-Authen/pkg-descr
blob: 1d82a2877034d2c7b16bb5a21ed0dd7a5d16034b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP
authentication. Authentication scheme is pluggable and you can use whatever
Authentication protocol that Authen::Simple supports.

You can use authenticate method whatever you want to authenticate the request.
The method returns $username taken from the request if the authentication is
successful, and undef otherwise. The code in "SYNOPSIS" requires authentication
for all the requests and behaves just the same as Apache's Require valid-user.

WWW: https://metacpan.org/release/HTTP-Server-Simple-Authen