| Jifty documentation | Contained in the Jifty distribution. |
Jifty::Plugin::LetMe - Plugin for url-based authentication
This plugin provides dispatcher rules to support Jifty's internal
LetMe url-based authentication.
| Jifty documentation | Contained in the Jifty distribution. |
use strict; use warnings; package Jifty::Plugin::LetMe; use base qw/Jifty::Plugin/;
1;