The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.601 - 2016-07-12

  • BUG FIXES
    • Don't localise $username in user_password when checking reset code. This caused user_password( code => '...') to always fail (Peter Mottram).
    • Use $plugin instead of $app to call password_reset_send method (Roman Studenikin, Peter Mottram, GH #50).
    • Rename generate-crypted-password (Henk van Oers, Peter Mottram, GH #30).
  • ENHANCEMENTS
    • Use Carp::croak instead of die for better stack traces (Peter Mottram).
    • Added `use strict` for CPANTS Kwalitee score (Guillermo O. Freschi).
    • Added MIN_PERL_VERSION to Makefile.PL (Guillermo O. Freschi).
    • Simplify use of from_config and default in plugin attributes (Peter Mottram).
    • Use current plugin in route setup (Peter Mottram).

Modules

extensible authentication framework for Dancer2 apps
example auth provider using app config
authenticate *nix system accounts
base role for authentication providers
test suite for Auth::Extensible plugin
Dancer2 app for testing providers