-
-
06 Sep 2011 09:03:11 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (292 / 81 / 0)
- Kwalitee
Bus factor: 11- License: perl_5
- Activity
24 month- Tools
- Download (44.99KB)
- 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
- Moose::Autobox
- MooseX::MethodAttributes
- MooseX::RelatedClassRoles
- MooseX::Types
- MooseX::Types::Common
- namespace::autoclean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.15
- Various documentation fixes and improvements
- Add tab index to forms
- Fix login redirect to just use the URI, rather than trying to compose an action, as in some cases we may not have an action. (E.g. when you have a sub default : Private { action)
Documentation
How to use and customise CatalystX::SimpleLogin.Modules
checks if a user is logged in and if not redirects him to login pageProvide a simple Login controller which can be reusedConfigurable login controllervalidation for the login formOpenID validation role for the login formallows a User to login via OpenIDredirect users who login back to the page they originally requested.Other files
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.