blob: 473ab94fe6830234e5c065f7bbc3367001f3b86d (
plain)
1
2
3
4
|
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.
|