Add small example to Store.pod
Yuval Kogman [Sun, 27 Nov 2005 20:51:58 +0000 (20:51 +0000)]
lib/Catalyst/Plugin/Authentication/Store.pod

index be5fa70..48bfbc9 100644 (file)
@@ -39,6 +39,12 @@ fetch things yourself. For example:
 
     $c->login( $user, $supplied_password );
 
+Instead of just:
+
+    $c->login( $id, $supplied_password );
+
+which will go to the default store.
+
 =head1 WRITING A BACKEND
 
 Writing an authentication storage backend is a very simple matter.