move local Dancer2::Plugin::Auth::Extensible::Provider::DB to DPAE::Plugin::Provider::DB; bugfix for tests - requires a view table for new Provider::DB query
* Mon Oct 12 15:13:11 2015 +0100
initial commit - DPAE::Provider::Local working but repeated calls to get_user_details() sub - will create Moo attributes
* Mon Oct 12 18:05:11 2015 +0100
using CACHE to save multiple hits to get_user_details() & get_user_roles(); maybe adapt to Moo attributes
* Wed Oct 14 12:01:32 2015 +0100
adapted Provider::DB to use Moo for dbix and session for user details & use roles
* Mon Oct 19 14:59:54 2015 +0100
added new Plugin::Admin class - based on DP::Auth::Tiny, registers 'needs_admin' keyword; added 003_test.t for Provider::DB
* Mon Oct 19 15:31:09 2015 +0100
adapted Provider::DB to skip roles query if config var 'disable_roles' is set
* Thu Oct 29 16:38:44 2015 +0000
incorporated roles_key user roles hashref idea from Provider::DBIC
* Mon Nov 2 16:53:18 2015 +0000
new DPAE::Test class; SQLite :memory: db for test scripts; tests for Provider::DB
* Mon Nov 2 17:02:33 2015 +0000
git rm & git add 003_auth.t [https://help.github.com/articles/remove-sensitive-data]
* Mon Nov 2 17:31:07 2015 +0000
minor documentation change
* Tue Nov 3 15:48:12 2015 +0000
fixed missing lib paths in test scripts