| CatalystX::SimpleLogin::TraitFor::Controller::Login::OpenID(3pm) | User Contributed Perl Documentation | CatalystX::SimpleLogin::TraitFor::Controller::Login::OpenID(3pm) |
CatalystX::SimpleLogin::TraitFor::Controller::Login::OpenID - allows a User to login via OpenID
package MyApp::Controller::NeedsAuth;
sub something : Path Does('NeedsLogin') {
# Redirects to /login if not logged in
}
# Turn on in config
MyApp->config('Contoller::Login' => { traits => 'Login::OpenID' });
Provides the "login" action with a wrapper to redirect to a page which needs authentication, from which the user was previously redirected. Goes hand in hand with Catalyst::ActionRole::NeedsLogin .
Wrap around an openid authentication if the 'openid.mode' request parameter is set. Otherwise, use the default login_GET() method.
See CatalystX::SimpleLogin for authors.
See CatalystX::SimpleLogin for license.
| 2022-08-28 | perl v5.36.0 |