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

Changes for version 0.10 - 2012-12-19

  • ENHANCEMENTS
    • WARNING: backwards incompatible change! The original approach using subroutine attributes was pretty, but not always reliable (particularly with regards to thread safety, or running under the debugger or Devel::Cover etc). Since this module is still in it's early life and not widely used, I've refactored entirely, to use new requires_login / requires_role etc keywords, which wrap the provided coderef in a coderef which checks if the user is logged in / has the required role(s), before running the route handler provided.
    • Configurable /login, /logout URLs - Rene (hertell)

Modules

extensible authentication framework for Dancer apps
example auth provider using app config
example authentication provider
authenticate *nix system accounts