From: Tomas Doran Date: Sun, 5 Feb 2012 18:46:37 +0000 (+0000) Subject: Document missing method X-Git-Tag: v1.014~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=8ab131f6c082206428f7b024b7c1a077a479f11c Document missing method --- diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 629c7b9..b0611d4 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -574,6 +574,10 @@ Set or get the C<$nonce> object used by the digest auth mode. You may override these methods. By default they will call C and C on C<< $c->cache >>. +=item authentication_failed + +Sets the 401 response and calls C<< $ctx->detach >>. + =back =head1 CONFIGURATION