[Catalyst-commits] r7207 -
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin
jayk at dev.catalyst.perl.org
jayk at dev.catalyst.perl.org
Mon Dec 3 03:05:39 GMT 2007
Author: jayk
Date: 2007-12-03 03:05:38 +0000 (Mon, 03 Dec 2007)
New Revision: 7207
Modified:
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Adding a bit of info about realm classes
Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-12-02 23:36:35 UTC (rev 7206)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-12-03 03:05:38 UTC (rev 7207)
@@ -712,8 +712,9 @@
The only rule here is that there must be at least one. A realm consists of a
name, which is used to reference the realm, a credential and a store.
-You can also specify as realm class to instantiate instead of the default
-L<Catalyst::Authentication::Realm> class.
+You can also specify a realm class to instantiate instead of the default
+L<Catalyst::Authentication::Realm> class using the 'class' element within the
+realm config.
Each realm config contains two hashes, one called 'credential' and one called
'store', each of which provide configuration details to the respective modules.
More information about the Catalyst-commits
mailing list