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

Changes for version 0.10021

  • Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast, fixing undeclared dependency on Class::Accessor::Fast.
  • Change Catalyst::Authentication::Realm to use String::RewritePrefix rather than doing namespace mangling manually.
  • Fix whitespace and tabs, add Test::EOL and Test::NoTabs
  • Document optional methods in stores needed for auto_create_user and auto_update_user in realms.
  • Clarify support channels
  • Note primary maintainer in docs.
  • Add x_authority metadata.
  • Get the NAME right by making it 1 line, due to crappy parsing in EU::MM (RT#77028)

Documentation

All about authentication stores
All about authentication Stores and Credentials

Modules

Authenticate a user with a password.
Let the webserver (e.g. Apache) authenticate Catalyst application users
Base class for realm objects.
Authenticate against multiple realms
Minimal authentication store
Null authentication store
Base class for user objects.
An easy authentication user object based on hashes.
Infrastructure plugin for the Catalyst authentication framework.
Authenticate a user without a password.