CGI::Application::Plugin::Authentication::Store::Cookie

CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store.
Download

CGI::Application::Plugin::Authentication::Store::Cookie Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cees Hek
  • Publisher web site:
  • http://search.cpan.org/~ceeshek/CGI-Application-Plugin-TT-1.04/lib/CGI/Application/Plugin/TT.pm

CGI::Application::Plugin::Authentication::Store::Cookie Tags


CGI::Application::Plugin::Authentication::Store::Cookie Description

CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store.SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => , );This module uses a cookie to store authentication information across multiple requests. It works by creating a cookie that contains the information we would like to store (like the name of the user that is currently authenticated), and then base64 encoding the data. In order to ensure that the information is not manipulated by the end-user, we include a CRC checksum that is generated along with our secret. Since the user does not know the value of the secret, they will not be able to recreate the checksum if they change some of the values, so we will be able to tell if the information in the cookie has been manipulated.Requirements:· Perl Requirements: · Perl


CGI::Application::Plugin::Authentication::Store::Cookie Related Software