Plack-Middleware-Auth-Digest:Plack 的摘要式身份验证中间件

时间:2024-07-05 07:29:44
【文件属性】:

文件名称:Plack-Middleware-Auth-Digest:Plack 的摘要式身份验证中间件

文件大小:16KB

文件格式:ZIP

更新时间:2024-07-05 07:29:44

Perl

名称 Plack::Middleware::Auth::Digest - 摘要式身份验证 概要 enable "Auth::Digest", realm => "Secured", secret => "blahblahblah", authenticator => sub { my ($username, $env) = @_; return $password; # for $username }; # Or return MD5 hash of "$username:$realm:$password" enable "Auth::Digest", realm => "Secured", secret => "blahblahblah", password_hashed => 1, authenticator => su


【文件预览】:
Plack-Middleware-Auth-Digest-master
----.gitignore(164B)
----dist.ini(9B)
----README.md(3KB)
----t()
--------01_callback.t(2KB)
--------00_compile.t(105B)
----Changes(662B)
----LICENSE(18KB)
----META.json(2KB)
----xt()
--------02_perlcritic.t(219B)
--------perlcriticrc(51B)
----Build.PL(194B)
----cpanfile(504B)
----lib()
--------Plack()

网友评论