Scroll to navigation

Jifty::Plugin::Authentication::Bitcard::Dispatcher(3pm) User Contributed Perl Documentation Jifty::Plugin::Authentication::Bitcard::Dispatcher(3pm)

NAME

Jifty::Plugin::Authentication::Bitcard::Dispatcher - Bitcard plugin dispatcher

DESCRIPTION

All the dispatcher rules jifty needs to support "" in Jifty::Authentication::Bitcard

RULES

before /logout

Logout and return home.

before *

Setup the navigation menu for login or logout.

on /signup

Redirect to home if logged in already.
Signup for an account otherwise.

on /login

Redirect to home if logged in already.
Redirecto to Bitcard, otherwise.

before /bitcard_(login|signup)

Verify the bitcard login.

not_logged_in_nav

Adds the login and signup links to the navigation menu.

logged_in_nav

Adds the logout link to the navigation menu.

SEE ALSO

Jifty::Plugin::Authentication::Bitcard,

COPYRIGHT

Copyright 2008 Jacob Helwig. Distributed under the same terms as Perl itself.
2009-01-01 perl v5.10.0