Re: [Catalyst] Catalyst::Plugin::Authentication set_authenticated

2011-10-05 Thread Stephen Clouse
On Wed, Oct 5, 2011 at 5:42 AM, Denny <2...@denny.me> wrote: > Discussion in #catalyst when I was writing that bit of the code didn't > really reach a conclusion on whether it was 'safe' to use it, but nobody had > a better suggestion. > Set up a separate authentication realm that doesn't require

Re: [Catalyst] Catalyst::Plugin::Authentication set_authenticated

2011-10-05 Thread Denny
I'm using it in ShinyCMS, with the same concerns. Discussion in #catalyst when I was writing that bit of the code didn't really reach a conclusion on whether it was 'safe' to use it, but nobody had a better suggestion. Regards, Denny -- Sent from my phone. Please excuse terseness, typos and t

[Catalyst] Catalyst::Plugin::Authentication set_authenticated

2011-10-05 Thread Bill Corr
Hi, Is the set_authenticated method really private? I am puzzled because in the documentation for Catalyst::Plugin::Authentication there is an example using this method - $user = $c->find_user({ id => $id }); $c->set_authenticated($user); # logs the user in and calls persist_user