[Catalyst-dev] Auth::Simple

mark at zzo.com mark at zzo.com
Wed Jul 20 07:53:35 CEST 2005


Howdy,
 First the obligatory 'Catalyst is great yada yada'...
Anyhoo I wanted a simpler Auth plugin that didn't need a DB or
LDAP so I cobbled together C::P::A::Simple
Basically it takes either a file of the format:
<user1>:<pass1>:<role1>,<role2>,...
<user2>:<pass2>:<role4>,<role7>,...
or you can pass those values in as an array ref & does auth.
vs. that.
Of course it looks very similar & acts exactly the same as the
2 other Auth plugins.
I've attached it if anyone finds it amusing I'll put it up on
the CPAN...
  Mark



More information about the Catalyst-dev mailing list