X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=e43b69a4e13bab50c0e9d2794979e9d1618e825e;hb=ade3b861bcaf37721e574595f54bec1a7d18fddf;hp=2f7d7db9bd222b3f335a17d57a605d31894583be;hpb=d5ba435e2ae6c7614ce767d8365a75679a442483;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/README b/README index 2f7d7db..e43b69a 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ NAME - Catalyst::Plugin::Authentication::Credential::HTTP - HTTP Basic and - Digest authentication for Catalyst. + Catalyst::Plugin::Authentication::Credential::HTTP - Superseded / + deprecated module providing HTTP Basic and Digest authentication for + Catalyst applications. SYNOPSIS use Catalyst qw/ @@ -34,6 +35,19 @@ SYNOPSIS $c->error(0); } +DEPRECATION NOTICE + Please note that this module is DEPRECATED, it has been Superseded by + Catalyst::Authentication::Credential::HTTP, please use that module in + any new projects. + + Porting existing projects to use the new module should also be easy, and + if there are any facilities in this module which you cannot see how to + achieve in the new module then *please contact the maintainer* as this + is a bug and *will be fixed*. + + Let me say that again: THIS MODULE IS NOT SUPPORTED, use + Catalyst::Authentication::Credential::HTTP instead. + DESCRIPTION This moduule lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication @@ -96,6 +110,8 @@ METHODS You may override these methods. By default they will call "get" and "set" on "$c->cache". + get_http_auth_store %opts + CONFIGURATION All configuration is stored in "YourApp->config->{authentication}{http}".