X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FStore.pod;h=31230b211859af75b7ffa6cabe5127b50a72c768;hb=c5fbff806cf01bf3ba3a4cab869be2321f6d3c52;hp=4d317158ae2b6b0cc31a579d5542dbadbadbf357;hpb=937d5ab9a47790d867100f447a32bcc11d074345;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication/Store.pod b/lib/Catalyst/Plugin/Authentication/Store.pod index 4d31715..31230b2 100644 --- a/lib/Catalyst/Plugin/Authentication/Store.pod +++ b/lib/Catalyst/Plugin/Authentication/Store.pod @@ -5,10 +5,14 @@ Catalyst::Plugin::Authentication::Store - All about authentication stores =head1 MULTIPLE BACKENDS -B This is documentation for the old store system. This is not how the new realm-based stores -work. Nobody has managed to rewrite this part of the documentation yet. +B This is documentation for the old store system used in versions of +L prior to 0.10. This is NOT how the +new realm-based stores work. This is here for reference only. + See L instead. +=head1 OLD STORE DOCUMENTATION BELOW + A key issue to understand about authentication stores is that there are potentially many of them. Each one is registered into the application, and has a name.