pkgsrc/www/p5-Plack-Middleware-Auth-Digest/DESCR
seb 6479859657 Initial import of p5-Plack-Middleware-Auth-Digest version 0.03 in
the NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Auth::Digest is a Plack
middleware.  It enables digest authentication. Your authenticator
callback is given an username as a string and should return a
password, either as a raw password or a hashed password.
2010-07-04 16:49:10 +00:00

4 lines
245 B
Text

The Perl 5 module Plack::Middleware::Auth::Digest is a Plack middleware.
It enables digest authentication. Your authenticator callback is
given an username as a string and should return a password, either
as a raw password or a hashed password.