Apache-Authen-Generic

 view release on metacpan or  search on metacpan

Generic.pm  view on Meta::CPAN

 This is the name of the cookie that will be used to verify
 authentication.  This must match the name passed to the
 generateAuthCookie() method when using a CGI script for the
 login process.

=head3 generic_auth_ref_url_var

 This is the name of the field the handler will use to pass the
 current URI to the authentication failed page.  This is useful
 for redirecting the user to the page the user was originally
 trying to access when prompted with the login page.

=head3 generic_auth_set_cookie_env

 If this is set to a true value, and the first argument passed to
 the generateAuthCookie() method is a hash, those values will be
 available to your CGI scripts as environment variables whose
 names are the keys of the hash prefixed with the cookie name (as
 set by generic_auth_cookie_name) and an underscore.

=head1 METHODS

README  view on Meta::CPAN

   generic_auth_cookie_name
     This is the name of the cookie that will be used to verify
     authentication.  This must match the name passed to the
     generateAuthCookie() method when using a CGI script for the
     login process.

   generic_auth_ref_url_var
     This is the name of the field the handler will use to pass the
     current URI to the authentication failed page.  This is useful
     for redirecting the user to the page the user was originally
     trying to access when prompted with the login page.

   generic_auth_set_cookie_env
     If this is set to a true value, and the first argument passed to
     the generateAuthCookie() method is a hash, those values will be
     available to your CGI scripts as environment variables whose
     names are the keys of the hash prefixed with the cookie name (as
     set by generic_auth_cookie_name) and an underscore.

METHODS
  generateAuthCookie($data, $key, $cookie_params, $cookie_name)



( run in 0.513 second using v1.01-cache-2.11-cpan-6aa56a78535 )