From c77a9acbbf28f50a907e9de62bd1494ce9ea5a0e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Mar 2013 14:07:08 +0000 Subject: [PATCH] docs: more work --- caf.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2