"Catalyst::Plugin::Session::Store::RedisFast" - is a session storage plugin for Catalyst that uses the Redis::Fast as Redis storage module and CBOR::XS as serializing/deserealizing prel data to string CONFIGURATIN redis_config Options save as Redis::...
VRAG/Catalyst-Plugin-Session-Store-RedisFast-0.04 - 11 Mar 2020 10:15:25 UTC - Search in distributionThis module will store Catalyst sessions in a Berkeley database managed by "BerkeleyDB::Manager". Unlike other storage mechanisms, sessions are never lost before their expiration time. To cleanup old sessions, you might want to make sure "$c->delete_...
FLORA/Catalyst-Plugin-Session-Store-BerkeleyDB-0.04 - 01 Apr 2010 20:29:26 UTC - Search in distributionThis plugin privide Basic Authorization mechanism for Catalyst Application. This plugin is required C::P::Authentication::CDBI, for users info. And also use Session Plugin for authorization caching (optional but recommanded)....
TYPESTER/Catalyst-Plugin-Authentication-CDBI-Basic-0.02 - 26 Jan 2007 03:06:20 UTC - Search in distributionThis plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user....
MSTROUT/Catalyst-Plugin-Authentication-Store-DBIC-0.11 - 16 Jul 2008 09:36:13 UTC - Search in distribution- Catalyst::Plugin::Authentication::Store::DBIC::User - A user object representing an entry in a database.
- Catalyst::Plugin::Authentication::Store::DBIC::Backend - DBIx::Class authentication storage backend.
This module is Catalyst authentication storage plugin that authenticates based on a URL HTTP HEAD fetch using the supplied credentials. If the fetch succeeds then the authentication succeeds. LWP::UserAgent is used to fetch the URL which requires aut...
TYPESTER/Catalyst-Plugin-Authentication-Store-HTTP-0.05 - 21 Sep 2006 17:08:56 UTC - Search in distribution- Catalyst::Plugin::Authentication::Store::HTTP::User - HTTP authentication storage user class
- Catalyst::Plugin::Authentication::Store::HTTP::Backend - HTTP authentication storage backend
- Catalyst::Plugin::Authentication::Store::HTTP::UserAgent - Wrapper for LWP::UserAgent
This plugin uses a Rose::DB::Object object to authenticate an user. It is based on Catalyst::Plugin::Authentication::Store::DBIC. Please read there for a much better description....
UVOELKER/Catalyst-Plugin-Authentication-Store-RDBO-0.002 - 12 Jan 2007 13:26:55 UTC - Search in distributionThis plugin provide auto validation to Plugin::FormValidator::Simple. You can define validation profiles into config or YAML file, and no longer have to write it in actions....
TYPESTER/Catalyst-Plugin-FormValidator-Simple-Auto-0.18 - 08 Jun 2009 09:27:03 UTC - Search in distributionFor some reason, you might want to ensure each user is only logged in once. This plugin extends Catalyst::Plugin::Session::PerUser and automatically removes a user's previous session whenever they log in again, thus forcing that other session to end ...
ALTREUS/Catalyst-Plugin-Session-PerUser-AutoLogout-0.002 - 21 Jun 2017 16:06:09 UTC - Search in distributionCatalyst authentication plugin that use remote host's Basic authentication. It is only first time that plugin request to remote host for authentication. After that, user infomation keeps in sessions....
TYPESTER/Catalyst-Plugin-Authentication-Basic-Remote-0.03 - 26 Jan 2007 03:08:04 UTC - Search in distributionJTANG/Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp-0.1.5 - 23 Nov 2011 23:38:45 UTC - Search in distribution
This uses Test::Memcached to make an application scoped instance of a memcached server, so that if you want to test using memcached as a store for sessions you don't need to run it in a separate job. This is probably useful only for testing and proto...
JJNAPIORK/Catalyst-Plugin-Session-Store-TestMemcached-0.001 - 06 Apr 2012 20:14:22 UTC - Search in distributionThe Static::Simple::ButMaintained plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin can detect static files by looking at the file ex...
ECARROLL/Catalyst-Plugin-Static-Simple-ButMaintained-0.30 - 10 Aug 2012 16:40:41 UTC - Search in distributionblurb flash_blurb Blurbs are normally only kept for a single response. If you set "flash_blurb" to true the blurbs will be kept for the next request via flash. * finalize Puts the blurbs into flash for the next request if "flash_blurb" has been set. ...
ASHLEY/CatalystX-Plugin-Blurb-0.03 - 17 Apr 2010 00:52:26 UTC - Search in distributionCatalyst::Plugin::Authentication::Credential::AOL is a Catalyst Authentication credential plugin for AOL OpenAuth. Since AOL does OpenID you can just use OpenID credential, but OpenAuth gives more granular control over authentication....
MIYAGAWA/Catalyst-Plugin-Authentication-Credential-AOL-0.02 - 27 Apr 2007 06:56:47 UTC - Search in distributionThis is an authentication credential checker that verifies passwords using a specified PAM service....
RGARCIA/Catalyst-Plugin-Authentication-Credential-PAM-0.01 - 16 May 2006 10:06:56 UTC - Search in distributionThis is a simplified version of the group-role-permission-token paradigm. Working from the theory that at the end of the day all the developer really cares about is whether someone has permission to access something or not. Traditional roles and grou...
SSC/Catalyst-Plugin-Authorization-CDBI-GroupToken-0.01 - 25 Aug 2005 21:20:07 UTC - Search in distributionThe FormValidator::Simple can be handled by plural Catalyst application in mod_perl....
MIYAZAKI/Catalyst-Plugin-FormValidator-Simple-Messages-0.02 - 08 Jul 2008 08:00:39 UTC - Search in distribution- Catalyst::Plugin::FormValidator::Simple::Messages::Nihongo - mod_perl上での複数のCatalystアプリケーションでFVS::Simpleを利用可能にする
This plugin allows you to validate request parameters with a checker of your application namespace , no need to package your checker in the namespace of FormValidator::Simple. See FormValidator::Simple for more information. This behaves like as Catal...
ADONG/Catalyst-Plugin-FormValidator-Simple-OwnCheck-0.02 - 19 Apr 2006 10:52:16 UTC - Search in distributionThis credential checker inherits from Catalyst::Plugin::Authentication::Credential::Password. It generates a challenge string that the user agent must concatenate to the password before encoding it with a hash algorithm. When logging in, this plugin ...
RDROUSIES/Catalyst-Plugin-Authentication-Credential-CHAP-0.03 - 11 Dec 2006 15:41:32 UTC - Search in distributionThis moduule lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Aut...
BOBTFISH/Catalyst-Plugin-Authentication-Credential-HTTP-0.13 - 07 Jun 2009 16:36:25 UTC - Search in distribution