[Catalyst] Catalyst + Authentication::CDBI

Matt S Trout dbix-class at trout.me.uk
Tue Feb 28 20:04:25 CET 2006


On Tue, Feb 28, 2006 at 07:53:47PM +0100, Ycrux wrote:
> Hi All!
> 
> I want to setup a user authentication based on Authentication::CDBI

Deprecated. Use Catalyst::Plugin::Authentication and
Catalyst::Plugin::Authentication::Store::DBIC (which also supports Class::DBI
although it can't query the database as efficiently as DBIx::Class can if
you're using it for role-based authorization as well due to Class::DBI not
knowing what a join is).

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list