6479859657
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.
4 lines
245 B
Text
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.
|