X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FHTTP.pm;h=b0611d42b09ce550c80e6c2bf6169299da603dd0;hb=8ab131f6c082206428f7b024b7c1a077a479f11c;hp=629c7b9011ed19d5e20fbeb7b4210e8449619385;hpb=87ccaba73a1a7fc4f22d24a4bd2cec37b7a385fe;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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