Revision history for Dancer2-Plugin-Auth-Extensible-Provider-DBIC
0.501 Wed Jan 20 12:00:00 2015 GMT
* Fix build deps (Peter Mottram)
0.500 Tue Jan 19 16:00:00 2015 GMT
* Add default password reset code column
* Add tests (Peter Mottram)
* Fix hard-coded name of role column
* Fix update error when creating user with non-standard username key
* Update configuration option names for clarity
* Auto-detect relationships from schema (Peter Mottram)
* Minor doc updates
0.401 Wed Jun 17 15:00:00 2015 GMT
* Fix user not being returned in update if username changed
0.400 Sat Jun 6 20:00:00 2015 GMT
* Die if username not specified for create_user
* Prevent exceptions if lastlogin date missing
* Add password_expired functionality
* Add option to record time of password change
* Add lastlogin functionality
* Prefetch roles for better performance
* Add create_user handler
* Updates to support password functionality in DPAE
* Check for valid user before attempting DB update
* Add option schema_name to choose which DBIC schema to use
* Add set_user_details function to allow users to be updated
* Add better documentation for config options
* Add option to return user roles in user hash
* Add option to specify additional search criteria for user
0.306 Sat Feb 21 10:12:00 2015 GMT
* Add META files
0.305 Fri Feb 20 15:45:00 2015 GMT
* Fix incorrect dependencies
0.304 Thu Feb 19 17:00:00 2015 GMT
* Initial release, version based on DPAE