Search results for "Dancer2::Plugin::"

Dancer2::Plugin - base class for Dancer2 plugins River stage three • 156 direct dependents • 176 total dependents

Writing the plugin "use Dancer2::Plugin" The plugin must begin with use Dancer2::Plugin; which will turn the package into a Moo class that inherits from Dancer2::Plugin. The base class provides the plugin with two attributes: "app", which is populate...

CROMEDOME/Dancer2-0.400001 - 05 Feb 2023 23:42:54 UTC - Search in distribution

Dancer2::RPCPlugin - Role to support generic dispatch-table-building River stage one • 1 direct dependent • 1 total dependent

dispatch_builder(%parameters) Parameters Positional: 1. endpoint 2. publish 3. arguments (list of packages for POD-publishing) 4. settings (config->{plugins}{RPC::proto}) rpcplugin_tag Parameters None. Responses <jsonrpc|restrpc|xmlrpc> dispatch_item...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC - Search in distribution

Dancer2::Plugin::Pg - PostgreSQL connection for Dancer2 River stage zero No dependents

LUCAS/Dancer2-Plugin-Pg-0.07 - 30 May 2016 11:24:32 UTC - Search in distribution

Dancer2::Plugin::JWT - JSON Web Token made simple for Dancer2 River stage zero No dependents

Registers the "jwt" keyword that can be used to set or retrieve the payload of a JSON Web Token. To this to work it is required to have a secret defined in your config.yml file: plugins: JWT: secret: "string or path to private RSA/EC key" # default, ...

AMBS/Dancer2-Plugin-JWT-0.021 - 21 Apr 2023 19:19:27 UTC - Search in distribution

Dancer2::Plugin::Res - Dancer2 add-on for setting status/response. River stage one • 1 direct dependent • 1 total dependent

This is an honest attempt to make Dancer::Plugin::Res to be Dancer2 friendly. It should behave same as it's twin as nothing has changed in functionality. I needed a Dancer2 compatible version of Dancer::Plugin::Res for my other work available on gith...

MANWAR/Dancer2-Plugin-Res-0.10 - 04 Nov 2019 00:43:22 UTC - Search in distribution

Dancer2::Plugin::Ajax - a plugin for adding Ajax route handlers River stage one • 1 direct dependent • 1 total dependent

The "ajax" keyword which is exported by this plugin allows you to define a route handler optimized for Ajax queries. The route handler code will be compiled to behave like the following: * Pass if the request header X-Requested-With doesn't equal XML...

CROMEDOME/Dancer2-Plugin-Ajax-0.400000 - 13 Nov 2018 02:52:32 UTC - Search in distribution

Dancer2::Plugin::CSRF - CSRF tokens generation and validation River stage zero No dependents

This module provides two methods "get_csrf_token()" and "validate_csrf_token($token)". Master token stored in session. CSRF tokens generated using master token and page uri....

JUMPERCC/Dancer2-Plugin-CSRF-1.01 - 25 Dec 2016 11:17:57 UTC - Search in distribution

Dancer2::Plugin::Cart - Cart interface for Dancer2 applications River stage zero No dependents

This plugin provides a easy way to manage a shopping cart in dancer2. All the information and data structure of the plugin will be manage by the session, so a good idea is to use a plugin in order to store the session data in the database. It was des...

AMORTEGUI/Dancer2-Plugin-Cart-1.0001 - 21 Jun 2017 14:25:48 UTC - Search in distribution

Dancer2::Plugin::DBIC - DBIx::Class interface for Dancer2 applications River stage one • 7 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. It also exports the keywords "resultset" and "rset". You just need ...

IRONCAMEL/Dancer2-Plugin-DBIC-0.0100 - 29 Sep 2017 01:09:27 UTC - Search in distribution

Dancer2::Plugin::Etcd River stage zero No dependents

The "etcd" keyword which is exported by this plugin allows you to connect directly to etcd v3 api....

HEXFUSION/Dancer2-Plugin-Etcd-0.011 - 20 Jun 2017 01:17:06 UTC - Search in distribution

Dancer2::Plugin::Feed - Easy to generate feed rss or atom for Dancer2 applications. River stage zero No dependents

Provides an easy way to generate RSS or Atom feed. This module relies on XML::Feed. Please, consult the documentation of XML::Feed and XML::Feed::Entry....

HOBBESTIG/Dancer2-Plugin-Feed-1.160550 - 24 Feb 2016 22:02:55 UTC - Search in distribution

Dancer2::Plugin::Menu - Automatically generate an HTML menu for your Dancer2 app River stage zero No dependents

This module generates HTML for routes wrapped in the "menu_item" keyword. Menu items will be injected into the template wherever the "<% menu %>" tag is located. Child menu items are wrapped in "<li>" HTML tags which are themselves wrapped in a "<ul>...

STEVIED/Dancer2-Plugin-Menu-0.009 - 20 Nov 2018 09:41:50 UTC - Search in distribution

Dancer2::Plugin::REST - A plugin for writing RESTful apps with Dancer2 River stage one • 1 direct dependent • 1 total dependent

This plugin helps you write a RESTful webservice with Dancer2....

YANICK/Dancer2-Plugin-REST-1.02 - 20 Jul 2017 23:54:13 UTC - Search in distribution

Dancer2::Plugin::SPID - SPID authentication for Dancer2 web applications River stage zero No dependents

AAR/Dancer2-Plugin-SPID-0.11 - 06 Aug 2018 19:25:24 UTC - Search in distribution

Dancer2::Plugin::Tail - Tail a file from Dancer2 River stage zero No dependents

This plugin will allow you to tail a file from within Dancer2. It's designed to be unobtrusive. So, it is functional just by calling it from your scripts. Edit entries in the Dancer configuration to setup routes and activate files that may be tailed....

JACKB/Dancer2-Plugin-Tail-0.017 - 19 Nov 2018 05:46:10 UTC - Search in distribution

Dancer2::Plugin::CSRFI - Improved CSRF token generation and validation. River stage zero No dependents

This module is inspired by Dancer2::Plugin::CSRF <https://metacpan.org/pod/Dancer2::Plugin::CSRF> and Plack::Middleware::CSRFBlock <https://metacpan.org/pod/Plack::Middleware::CSRFBlock>. But it's fresh (2022 year release) and will be supported. Capa...

ALEXPAN/Dancer2-Plugin-CSRFI-1.03 - 16 Jun 2022 10:45:25 UTC - Search in distribution

Dancer2::Plugin::Chain - Dancer2 add-on for route chaining. River stage zero No dependents

A very simple plugin for Dancer2 for chaining routes.I needed this for my other project (in-progress) available on github <https://github.com/Manwar/Dancer2-Cookbook>....

MANWAR/Dancer2-Plugin-Chain-0.11 - 26 Sep 2019 20:04:53 UTC - Search in distribution

Dancer2::Plugin::Email - Simple email sending for Dancer2 applications River stage zero No dependents

This plugin tries to make sending emails from Dancer2 applications as simple as possible. It uses Email::Sender under the hood. In a lot of cases, no configuration is required. For example, if your app is hosted on a unix-like server with sendmail in...

SYSPETE/Dancer2-Plugin-Email-0.0202 - 25 Mar 2017 14:55:43 UTC - Search in distribution

Dancer2::Plugin::Flash - flash message for Dancer2 River stage zero No dependents

A flash is session data with a specific life cycle. When you put something into the flash it stays then until the end of the next request. This allows you to use it for storing messages that can be accessed after a redirect, but then are automaticall...

SHARDIWAL/Dancer2-Plugin-Flash-0.03 - 30 Jul 2016 05:38:19 UTC - Search in distribution

Dancer2::Plugin::Model - gantry to hang a model layer onto Dancer2 River stage zero No dependents

MITHALDU/Dancer2-Plugin-Model-1.152120 - 31 Jul 2015 21:08:39 UTC - Search in distribution
169 results (0.066 seconds)