-
-
01 Sep 2016 11:13:30 UTC
- Distribution: Dancer-Plugin-Auth-Extensible
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (2)
- Testers (4053 / 132 / 0)
- Kwalitee
Bus factor: 1- 80.58% Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (22.04KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Crypt::SaltedHash
- Dancer
- Test::More
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Dancer::Plugin::Auth::Extensible, copy and paste the appropriate command in to your terminal.
cpanm Dancer::Plugin::Auth::Extensible
perl -MCPAN -e shell install Dancer::Plugin::Auth::Extensible
For more information on module installation, please visit the detailed CPAN module installation guide.