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

DESCRIPTION

Plugin class seprated out of Catalyst::Plugin::RapidApp::AuthCore so it can be loaded as a *plugin* (not a role) **AFTER** the other required Authentication and Session plugins. This is needed to overcome load ordering issues. 'finalize_session' below doesn't exist until these plugins are loaded, and since AuthCore handles loading them, it can't also define the around (chickin/egg issue)