
janus at errornet
Nov 19, 2008, 3:17 PM
Views: 433
Permalink
|
|
ANNOUNCE: Catalyst::Authentication::Store::DBI
|
|
Hi, i finally came around to polish Catalyst::Authentication::Store::DBI and released an initial development versions of it: http://search.cpan.org/perldoc?Catalyst::Authentication::Store::DBI A few words about my reasons and motivation for this module: As we're using more or less plain DBI (respectively C::M::DBI) in many of our projects, i wrote the authentication bindings numerous times until i finally got fed up and factored those parts out. The result is this module that allows you to use DBI to do authentication and authorization without any special ORM/Model code. This code is running in production without any issues so far, so i'm fairly certain that it's already stable to some degree. Yet i bothered to do an actual release because i'd like to get some comments, test results, patches or similar feedback first in order to achieve a good quality. So what do you think? Kind regards, Simon _______________________________________________ Catalyst-dev mailing list Catalyst-dev[at]lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
|