Search results for "distribution:Dancer auth"
Dancer - lightweight yet powerful web application framework
Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Dancer::Plugins - interesting plugins to add to Dancer's capabilities
Dancer aims to keep the core as small as possible, but there are a growing number of useful plugins to add helpful features. This document provides a quick summary of some recommended plugins....
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Dancer::Deployment - common ways to put your Dancer app into use
Dancer has been designed to be flexible, and this flexibility extends to your choices when deploying your Dancer app. Running as a cgi-script (or fast-cgi) under Apache In providing ultimate flexibility in terms of deployment, your Dancer app can be ...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
Dancer::Config::Object - Access the config via methods instead of hashrefs
If "strict_config" is set to a true value in the configuration, the "config()" subroutine will return an object instead of a hashref. Instead of this: my $serializer = config->{serializer}; my $username = config->{auth}{username}; You get this: my $s...
YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC