user_exists for C::P::Authen
[catagits/Catalyst-Plugin-Authentication.git] / 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.