X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cgi-auth-flexible.pm;h=3ec88fbea44754f1f4bc9bf1f5ac94e85ad6aa28;hb=8a6f677e192bb52f77c02bdea3c6989912236840;hp=d4f248ef4d3d884c376bae7e0e736f5dcbe28275;hpb=7722fff31ecfdfb87d0194e933daad9f7d0e7bca;p=cgi-auth-flexible.git diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index d4f248e..3ec88fb 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -1315,33 +1315,3 @@ sub secret_cookie ($) { } 1; - -__END__ - -=head1 NAME - -CGI::Auth::Flexible - web authentication optionally using cookies - -=head1 SYNOPSYS - STARTUP - - my $verifier = CGI::Auth::Flexible->new_verifier(setting => value,...); - my $authreq = $verifier->new_request($cgi_request_object); - -=head1 SYNOPSYS - SIMPLE APPLICATIONS - - $authreq->check_ok() or return; - ... - $authreq->check_mutate(); - ... - -=head1 SYNOPSIS - SOPHISTICATED APPLICATIONS - - my $divert_kind = $authreq->check_divert(); - if ($divert_kind) { ... print diversion page and quit ... } - ... - $authreq->check_mutate(); - ... - -=head1 DESCRIPTION - -CGI::Auth::Flexible is a