Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 21, 2009
1 parent 32d45d2 commit e5c452a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/Plack/Middleware/Auth/Basic.pm
Expand Up @@ -62,6 +62,17 @@ Plack::Middleware::Auth::Basic - Simple basic authentication middleware
Plack::Middleware::Auth::Basic is a basic authentication handler for Plack.
=head1 CONFIGURATION
=over 4
=item authenticator
A callback function that takes username and password supplied and
returns whether the authentication succeeds. Required.
=back
=head1 AUTHOR
Tatsuhiko Miyagawa
Expand Down

0 comments on commit e5c452a

Please sign in to comment.