From: Yuval Kogman Date: Sun, 27 Nov 2005 20:51:58 +0000 (+0000) Subject: Add small example to Store.pod X-Git-Tag: v0.01~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=69271f5709774d6947b7c5cea29a7955467ac5a3;p=catagits%2FCatalyst-Plugin-Authentication.git Add small example to Store.pod --- diff --git a/lib/Catalyst/Plugin/Authentication/Store.pod b/lib/Catalyst/Plugin/Authentication/Store.pod index be5fa70..48bfbc9 100644 --- a/lib/Catalyst/Plugin/Authentication/Store.pod +++ b/lib/Catalyst/Plugin/Authentication/Store.pod @@ -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.