From: Ian Jackson Date: Sun, 17 Mar 2013 14:07:08 +0000 (+0000) Subject: docs: more work X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=cgi-auth-flexible.git;a=commitdiff_plain;h=c77a9acbbf28f50a907e9de62bd1494ce9ea5a0e docs: more work --- diff --git a/caf.pod b/caf.pod index 7921b35..673aeee 100644 --- a/caf.pod +++ b/caf.pod @@ -111,7 +111,7 @@ The resulting verifier object can be used to process individual requests, in each case with C<< $authreq = CGI::Auth::Flexible->new_request($cgi_query) >>. -=head2 RESPONSE GENERATION - SIMPLE APPLICATIONS +=head2 RESPONSES - SIMPLE APPLICATIONS The simplist usage is to call C<< $request->check_ok() >> which will check the user's authentication. If the user is not logged in it will @@ -126,7 +126,7 @@ After C returns true you should go ahead and process the request; you can use C<< $request->get_username >> to find out which user the request came from. -=head2 RESPONSE GENERATION - SOPHISTICATED APPLICATIONS +=head2 RESPONSES - SOPHISTICATED APPLICATIONS If you want to handle the control flow and to generate login forms, redirections, etc., yourself, you can say