X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication.pm;h=c96040af7b461983fdfb67fb0b7265d3a9286486;hb=7c3d201de7237d8d07e00a9d826a5bcd336ea189;hp=d3bcd1ded02e20fcc340b7feb3cbaee7804cc0a0;hpb=5c5af3452cf4b03d7d55e20870942f1b600081b7;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index d3bcd1d..c96040a 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -712,8 +712,9 @@ This contains the series of realm configurations you want to use for your app. 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 class. +You can also specify a realm class to instantiate instead of the default +L 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.