Provided by: libdancer-plugin-auth-extensible-perl_0.40-1_all bug

NAME

       Dancer::Plugin::Auth::Extensible::Provider::Base - base class for authentication providers

DESCRIPTION

       Base class for authentication providers.  Provides a constructor which handles receiving
       the realm settings and returning an instance of the provider.

       Also provides secure password matching which automatically handles crypted passwords via
       Crypt::SaltedHash.

       Finally, provides the methods which providers must override with their implementation,
       which will die if they are not overridden.

perl v5.20.2                                Dancer::Plugin::Auth::Extensible::Provider::Base(3pm)