The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Catalyst::Plugin::Authorization"

Catalyst::Plugin::Authorization::ACL - ACL support for Catalyst applications. River stage one • 4 direct dependents • 5 total dependents

This module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private namespace, at least at the moment. The two hierarchies of actions and controllers in Catalyst are...

RKITOVER/Catalyst-Plugin-Authorization-ACL-0.16 - 15 May 2014 07:17:15 UTC

Catalyst::Plugin::Authorization::Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication River stage two • 13 direct dependents • 14 total dependents

Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. With "assert_user_roles", if the user is a member in al...

BOBTFISH/Catalyst-Plugin-Authorization-Roles-0.09 - 29 Apr 2011 12:51:23 UTC

Catalyst::Plugin::Authorization::Abilities - Ability based authorization for Catalyst/DBIx::Class apps, based on Catalyst::Plugin::Authorization::Roles River stage zero No dependents

Ability based access control is an extension of the role based access control available through Catalyst::Plugin::Authorization::Roles. In this plugin, however, every user has a list of actions he is allowed to perform, and every restricted part of t...

IDOPEREL/Catalyst-Plugin-Authorization-Abilities-v0.31.0 - 06 Sep 2012 19:04:08 UTC

Catalyst::Plugin::Authorization::RoleAbilities - Ability based authorization for Catalyst (using only Roles) River stage zero No dependents

Ability based authorization allows more flexibility than role based authorization. Users can have roles, which then have many actions associated. An action can be associated with several roles. With this you don't check whether a user has specific ro...

MDIETRICH/Catalyst-Plugin-Authorization-RoleAbilities-0.003 - 27 Oct 2013 22:19:08 UTC

Catalyst::Plugin::Authorization::ACL::Engine - The backend that computes ACL checks for Catalyst::Plugin::Authorization::ACL. River stage one • 4 direct dependents • 5 total dependents

This is the engine which executes the access control checks for Catalyst::Plugin::Authorization::ACL. Please use that module directly....

RKITOVER/Catalyst-Plugin-Authorization-ACL-0.16 - 15 May 2014 07:17:15 UTC

Catalyst::Plugin::Authorization::CDBI::GroupToken - CDBI Authorization for Catalyst River stage zero No dependents

This 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

Task::Catalyst - All you need to start with Catalyst River stage one • 7 direct dependents • 8 total dependents

Installs everything you need to write serious Catalyst applications....

BOBTFISH/Task-Catalyst-4.02 - 22 Aug 2011 12:31:25 UTC

Catalyst::Plugin::AutoCRUD - Instant AJAX web front-end for DBIx::Class River stage one • 2 direct dependents • 2 total dependents

This module contains an application which will automatically construct a web interface for a database on the fly. The web interface supports Create, Retrieve, Update, Delete and Search operations. The interface is not written to static files on your ...

OLIVER/Catalyst-Plugin-AutoCRUD-2.200002 - 14 Feb 2015 10:26:37 UTC

Catalyst::Plugin::SmartURI - Configurable URIs for Catalyst River stage one • 1 direct dependent • 1 total dependent

Configure whether "$c->uri_for" and "$c->req->uri_with" return absolute, hostless or relative URIs, or URIs based on the 'Host' header. Also allows configuring which URI class to use. Works on application-wide or per-request basis. This is useful in ...

RKITOVER/Catalyst-Plugin-SmartURI-0.041 - 04 Oct 2015 08:28:38 UTC

Catalyst::Plugin::ResponseFrom - Use the response of a public endpoint. River stage zero No dependents

Catalyst allows you to forward to a private named actions, but there is no built in method to 'forward' to a public URL. You might want to do this rather than (for example) issue a redirect. Additionally there is no 'subrequest' like feature (and Cat...

JJNAPIORK/Catalyst-Plugin-ResponseFrom-0.003 - 26 Aug 2015 23:29:19 UTC

Catalyst::Controller::SimpleCAS - General-purpose content-addressed storage (CAS) for Catalyst River stage zero No dependents

This controller provides a simple content-addressed storage backend for Catalyst applications. The concept of content-addressed storage ("CAS") is to store arbitrary content in a simple indexed key/value database where the "key" is the SHA1 checksum ...

VANSTYN/Catalyst-Controller-SimpleCAS-1.002 - 26 Jan 2018 23:54:05 UTC

Catalyst::Plugin::Authentication::Credential::HTTP::Proxy - DEPRECATED HTTP Basic authentication for Catlayst. River stage zero No dependents

This moduule lets you use HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added. Patches welcome!...

MRAMBERG/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy-0.02 - 07 Apr 2009 23:19:30 UTC

Catalyst::Plugin::Authentication::Basic::Remote - (DEPRECATED) Basic authentication via remote host. River stage zero No dependents

Catalyst 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

Catalyst::Plugin::Authentication::Store::DBIC::Backend - DBIx::Class authentication storage backend. River stage zero No dependents

This class implements the storage backend for database authentication....

MSTROUT/Catalyst-Plugin-Authentication-Store-DBIC-0.11 - 16 Jul 2008 09:36:13 UTC

Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework. River stage two • 63 direct dependents • 79 total dependents

The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). Using a...

BOBTFISH/Catalyst-Plugin-Authentication-0.10023 - 11 Apr 2013 19:19:20 UTC

Catalyst::Authentication::Store::RDBO - A storage class for Catalyst Authentication using RDBO River stage zero No dependents

The Catalyst::Authentication::Store::RDBO class provides access to authentication information stored in a database via a Rose::DB::Object class....

DONEILL/Catalyst-Authentication-Store-RDBO-0.1000 - 29 Nov 2008 19:19:52 UTC

Catalyst::Plugin::RapidApp::RapidDbic - Instant web front-ends for DBIx::Class River stage one • 5 direct dependents • 5 total dependents

The RapidDbic plugin provides a very high-level, abstract configuration layer for initializing a structure of interfaces for accessing DBIC::Schema models for Catalyst/RapidApp. These interfaces are fully functional out-of-the-box, but also provide a...

VANSTYN/RapidApp-1.3500 - 22 Nov 2021 22:52:12 UTC

Catalyst::Authentication::Store::DBI - Storage class for Catalyst Authentication using DBI River stage zero No dependents

This module implements the Catalyst::Authentication API using Catalyst::Model::DBI. It uses DBI to let your application authenticate users against a database and it provides support for Catalyst::Plugin::Authorization::Roles....

JANUS/Catalyst-Authentication-Store-DBI-0.01 - 23 Nov 2008 03:24:02 UTC

Catalyst::Authentication::Store::Jifty::DBI - A storage class for Catalyst Authentication using Jifty::DBI River stage zero No dependents

This Jifty::DBI store class is a rough port of Catalyst::Authentication::Store::DBIx::Class. See Catalyst::Authentication::Store::DBIx::Class and Catalyst::Plugin::Authentication for what I'm too lazy to explain....

ISHIGAKI/Catalyst-Authentication-Store-Jifty-DBI-0.03 - 08 Nov 2009 08:55:37 UTC

Catalyst::Plugin::Authentication::Store::DBIC - **DEPRECATED** Authentication and authorization against a DBIx::Class or Class::DBI model. River stage zero No dependents

This 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
37 results (0.074 seconds)