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.621

  • ENHANCEMENTS
    • auth_provider now croaks if no realm is supplied (Peter Mottram).
  • BUG FIXES
    • query_parameter should be query_parameters in get /login route (Peter Mottram).
    • user_password logic corrected (Peter Mottram).
    • realm_name should be realm_names in update_user (Peter Mottram).
  • TESTS
    • Huge number of new tests added (Peter Mottram).
    • Add build dep on HTTP::Cookies (Peter Mottram).
  • MISC
    • Remove old Provider::Example since Provider::Config is a much better example provider (Peter Mottram).
    • logged_in_user_lastlogin now stored in session as epoch (Peter Mottram).
    • Removed unused _try_realms method (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