-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
27 lines (17 loc) · 885 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Dancer2-Plugin-Auth-Extensible-Provider-Database
0.630 Thu Feb 28 11:12:31 2019 CET
* Fix FOREIGN_KEY typo in POD (Jason Lewis).
* Fix influece typo in POD (Yanick Champoux).
* Add cookbook entry for disabled users. (GH#6, simbabque)
0.620 Thu 3 Nov 17:22:41 CET 2016
* Update to new requirements of plugin version 0.620
0.600 Thu 26 May 18:07:21 CEST 2016
[ENHANCEMENTS]
* Add new set_user_details and set_user_password methods.
[MISC]
* Split out Dancer2::Plugin::Auth::Extensible::Provider::Database from
the Dancer2::Plugin::Auth::Extensible distribution.
* Provider is now a Moo class and has been rehacked to be compatible
with Plugin2. This means thus provider is not compatible with Dancer2
releases <= v0.166001.
For earlier changes please see Dancer2::Plugin::Auth::Extensible's Changes.