[Catalyst-dev] ANNOUNCE: Catalyst::Authentication::Store::DBI

Simon Bertrang janus at errornet.de
Wed Nov 19 23:17:10 GMT 2008


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



More information about the Catalyst-dev mailing list