[Catalyst] Reaction Authentication

Ash Berlin ash_cpan at firemirror.com
Sun Jan 14 18:58:12 GMT 2007


Jonas Alves wrote:
> Hi all,
> I was starting to put authentication in a Reaction application that i'm 
> developing when I saw that Reaction has this classes:
> 
> Reaction::InterfaceModel::Action::DBIC::Role::CheckUniques;
> Reaction::InterfaceModel::Action::DBIC::User::ChangePassword;
> Reaction::InterfaceModel::Action::DBIC::User::ResetPassword;
> Reaction::InterfaceModel::Action::DBIC::User::Role::SetPassword;
> Reaction::InterfaceModel::Action::User::ChangePassword;
> Reaction::InterfaceModel::Action::User::ResetPassword;
> Reaction::InterfaceModel::Action::User::SetPassword;
> 
> It appears that Reaction already has some facilities to do auth stuff. 
> How can I use this classes to help me?
> 
> Thanks a lot,
> -- 
> Jonas
> 

Not having used Reaction myself BUT I suspect that these are for 
updating existing profile info in the DB.

Do the authentication the same way you would in a normal Catalyst app.

Ash



More information about the Catalyst mailing list