use strict;
use warnings;

package Jifty::Plugin::LetMe;
use base qw/Jifty::Plugin/;

# Your plugin goes here.  If takes any configuration or arguments, you
# probably want to override L<Jifty::Plugin/init>.

=head1 NAME

Jifty::Plugin::LetMe

=head1 DESCRIPTION

This plugin provides dispatcher rules to support jifty's internal C<LetMe> 
url-based authentication.  


=cut

1;
