Changes for version 0.08 - 2010-01-27

  • Fix Login controller so that it works with the RequiresLogin action role without the WithRedirect trait composed.
  • Added redirect_after_login_uri configuration key to Controller::Login which can be used to set the path to redirect the user after login (if the WithRedirect trait is not used)
  • Added redirect_after_logout_uri configuration key to Controller::Login which can be used to set the path to redirect the user after logout.
  • Fix manual typo (Curtis 'Ovid' Poe)

Documentation

How to use and customise CatalystX::SimpleLogin.

Modules

checks if a user is logged in and if not redirects him to login page
Provide a simple Login controller which can be reused
Configurable login controller
validation for the login form
OpenID validation role for the login form
redirect users who login back to the page they originally requested.