-
-
22 Dec 2020 11:17:30 UTC
- Distribution: CatalystX-SimpleLogin
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (141 / 0 / 0)
- Kwalitee
Bus factor: 11- 96.17% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (48.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst::Action::REST
- Catalyst::Plugin::Authentication
- Catalyst::Plugin::Session
- Catalyst::Runtime
- Catalyst::View::TT
- CatalystX::Component::Traits
- CatalystX::InjectComponent
- HTML::FormHandler
- Moose
- MooseX::MethodAttributes
- MooseX::RelatedClassRoles
- MooseX::Types
- MooseX::Types::Common
- Try::Tiny
- namespace::autoclean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
CatalystX::SimpleLogin::TraitFor::Controller::Login::RenderAsTTTemplate - render a login form with no template file
DESCRIPTION
Simple controller role to allow rendering a login form with no template file. Sets the stash 'template' key to a string reference containing the rendered form.
METHODS
after 'login'
$ctx->stash( template => \$self->render_login_form($ctx, $result) );
SEE ALSO
AUTHORS
See CatalystX::SimpleLogin for authors.
LICENSE
See CatalystX::SimpleLogin for license.
Module Install Instructions
To install CatalystX::SimpleLogin, copy and paste the appropriate command in to your terminal.
cpanm CatalystX::SimpleLogin
perl -MCPAN -e shell install CatalystX::SimpleLogin
For more information on module installation, please visit the detailed CPAN module installation guide.