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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Abilities - Simple, hierarchical user authorization for web applications, with optional support for plan-based (paid) services. River stage one • 1 direct dependent • 1 total dependent

Abilities is a simple yet powerful mechanism for authorizing users of web applications (or any applications) to perform certain actions in the application. This is an extension of the familiar role-based access control that is common in various syste...

IDOPEREL/Abilities-0.5 - 03 May 2013 17:58:21 UTC - Search in distribution

Plack::App::RDF::LinkedData - A Plack application for running RDF::LinkedData River stage one • 3 direct dependents • 3 total dependents

This module sets up a basic Plack application to use RDF::LinkedData to serve Linked Data, while making sure it does follow best practices for doing so. See the README for quick start, the gory details are here....

KJETILK/RDF-LinkedData-1.940 - 12 Feb 2018 10:58:45 UTC - Search in distribution

Activator River stage zero No dependents

Overview Activator provides modules to support rapid software development throughout the software life-cycle: * Role-based project configuration supporting development, QA, and production needs * A globally accessible variable registry for all compon...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC - Search in distribution

EntityModel::Web - website support for EntityModel River stage one • 3 direct dependents • 3 total dependents

Support for EntityModel-backed websites. Currently an early preview release, so if you're looking for a good, production-quality web framework try something from the <L/SEE ALSO> list. Accepts a definition for site + page hierarchy, and applies handl...

TEAM/EntityModel-Web-0.004 - 01 Aug 2012 23:17:46 UTC - Search in distribution

Handel::Manual::About - A few words about the Handel Framework. River stage one • 2 direct dependents • 2 total dependents

Handel is a cart/order/checkout framework with AxKit taglib support , TT2 (Template Toolkit) support and Catalyst::Helper support. It was created for the conversion of an IIS/ASP based commerce site to Apache/ModPerl, but I decided that it might be u...

CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Dancer::Plugin::Auth::Twitter - Authenticate with Twitter River stage zero No dependents

BIGPRESH/Dancer-Plugin-Auth-Twitter-0.08 - 07 Aug 2018 19:53:19 UTC - Search in distribution

OpusVL::AppKit::Plugin::AppKit River stage zero No dependents

People not developing the actual AppKit should not really need to know much about this plugin. It is used by the OpusVL::AppKit which intended to be inherited by another Catalyst App using CatalystX::AppBuilder.....

NEWELLC/OpusVL-AppKit-2.29 - 03 Jan 2017 20:18:45 UTC - Search in distribution

CatalystX::SimpleLogin::Manual - How to use and customise CatalystX::SimpleLogin. River stage two • 6 direct dependents • 13 total dependents

ABRAXXA/CatalystX-SimpleLogin-0.21 - 22 Dec 2020 11:17:30 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

CatalystX::OAuth2::Provider River stage zero No dependents

CatalystX::OAuth2::Provider is an application class provides a OAuth2 Provider in only your Catalyst application configuration....

ZDK/CatalystX-OAuth2-Provider-0.0005 - 27 May 2011 05:25:23 UTC - Search in distribution

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 - Search in distribution

Mojolicious::Plugin::Routes::Restful - A plugin to generate Routes and a RESTful API for those routes, or just routes or just a RESTful API. River stage zero No dependents

Mojolicious::Plugin::Routes::Restful is a Mojolicious::Plugin that provides a highly configurable route generator for your Mojo App. Simply drop the plugin at the top of your start class with a config hash and you have your routes for your system....

BYTEROCK/Mojolicious-Plugin-Routes-Restful-0.04 - 30 Jan 2023 21:28:59 UTC - Search in distribution
44 results (0.13 seconds)