Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It returns undef is the user isn't authenticated and an object if they are.my $user = MyUsers::Login->new(user => $user, pass = $pass);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Catalyst Authentication 3rd Party Login Module
by Your Mother (Archbishop) on Aug 17, 2010 at 23:34 UTC | |
by awohld (Hermit) on Aug 17, 2010 at 23:35 UTC | |
|
Re: Catalyst Authentication 3rd Party Login Module
by trwww (Priest) on Aug 18, 2010 at 05:57 UTC |