[Catalyst-commits] r6552 - in trunk/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin/Authentication

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Tue Jul 17 17:58:27 GMT 2007


Author: matthewt
Date: 2007-07-17 17:58:27 +0100 (Tue, 17 Jul 2007)
New Revision: 6552

Modified:
   trunk/Catalyst-Plugin-Authentication/
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
Log:
 r34289 at cain (orig r5694):  jayk | 2006-12-05 18:22:25 +0000
 minor updates
 



Property changes on: trunk/Catalyst-Plugin-Authentication
___________________________________________________________________
Name: svk:merge
   - 4ad37cd2-5fec-0310-835f-b3785c72a374:/branches/Catalyst-Plugin-Authentication:5600
   + 4ad37cd2-5fec-0310-835f-b3785c72a374:/branches/Catalyst-Plugin-Authentication:5694

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod	2007-07-17 16:58:24 UTC (rev 6551)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod	2007-07-17 16:58:27 UTC (rev 6552)
@@ -111,7 +111,7 @@
     been loaded, so your new() method must not rely on any of those being 
     present.  If any of this is required for your store to function, you should
     defer that part of initialization until the first method call. 
-    
+
 The C<new()> method should return a blessed reference to your store object.
 
 =item find_user( $authinfo, $c ) 
@@ -185,8 +185,8 @@
 are below. Note that of these, only get_object is strictly required, as the
 L<Catalyst::Plugin::Authentication::User|Catalyst::Plugin::Authentication::User>
 base class contains reasonable implementations of the rest. If you do choose
-to implement only the C<get_object()> routine, please read the base class
-documentation so that you fully understand how the other routines will be
+to implement only the C<get_object()> routine, please read the base class code
+and documentation so that you fully understand how the other routines will be
 implemented for you.
 
 Also, your user object can implement whatever additional methods you require
@@ -239,4 +239,9 @@
 =back 
 
 
+=head1 WRITING A CREDENTIAL
+
+There are two parts to an authentication store, the backend and the user object.
+
+=head2 STORAGE BACKEND
 ... Documentation fairy fell asleep here.  




More information about the Catalyst-commits mailing list