Changes for version 0.602
- ENHANCEMENTS
- Call Dancer2's change_session_id on successful login. This method has not yet been merged into Dancer2 core but we want to be ready for it (Peter Mottram).
- BUG FIXES
- Incorrect call to user_password from app not plugin (Andy Beverley, GH #53).
- Avoid memory leaks in BUILD by passing weakened ref to plugin into add_route callbacks (Peter Mottram).
- Call $app->session instead of $app->app->session in _post_login_route (Peter Mottram).
- MISC
- Creation of temp lexical vars adds overhead so remove some where not needed (Peter Mottram).
Modules
extensible authentication framework for Dancer2 apps
example auth provider using app config
example authentication provider
authenticate *nix system accounts
base role for authentication providers
test suite for Auth::Extensible plugin
Dancer2 app for testing providers