The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:CGI-Application-Plugin-Authentication CEESHEK"

CGI::Application::Plugin::Authentication - Authentication framework for CGI::Application River stage one • 2 direct dependents • 2 total dependents

CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. It imports one method called 'authen' into your CGI::Application module. Through the authen method you can call all the methods of the C...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Store - Base module for building storage classes for the CGI::Application::Plugin::Authentication plugin River stage one • 2 direct dependents • 2 total dependents

This module is a base class for all storage classes for the CGI::Application::Plugin::Authentication plugin. Each storage class is required to provide three methods that fetch, save and delete data from the store. The information that is saved will b...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver - Base module for building driver classes for CGI::Application::Plugin::Authentication River stage one • 2 direct dependents • 2 total dependents

This module is a base class for all driver classes for the CGI::Application::Plugin::Authentication plugin. Each driver class is required to provide only one method to validate the given credentials. Normally only two credentials will be passed in (u...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Display - Generate bits of HTML needed for authentication River stage one • 2 direct dependents • 2 total dependents

The purpose of this code is to keep display code away from the back-end of authentication management. It is an abstract base class and must be used in conjunction with derived classes. Those derived classes can be used in an number of ways: * The sub...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Store::Cookie - Cookie based Store River stage one • 2 direct dependents • 2 total dependents

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 en...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Store::Session - Session based Store River stage one • 2 direct dependents • 2 total dependents

This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a 'session' method in the CGI::Application mod...

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Display::Basic - XHTML compliant no frills login display driver River stage one • 2 direct dependents • 2 total dependents

This module provides a login box that works out of the box but which can be configured to modify the styling....

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Display::Classic - login box that works out of the box River stage one • 2 direct dependents • 2 total dependents

This module provides a login box that works out of the box but which can be configured to modify the styling....

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::lc - Lowercase Filter River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::uc - Uppercase Filter River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::md5 - MD5 filter River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::sha1 - SHA1 Password filter River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::crypt - crypt Filter River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC

CGI::Application::Plugin::Authentication::Driver::Filter::strip - Filter that strips whitespace from the beginning and end of the string River stage one • 2 direct dependents • 2 total dependents

WESM/CGI-Application-Plugin-Authentication-0.24 - 05 Jan 2024 21:31:26 UTC
14 results (0.075 seconds)