The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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.