Extensible authentication framework for Dancer2 apps
A user authentication and authorisation framework plugin for Dancer2 apps.
Makes it easy to require a user to be logged in to access certain routes,
provides role-based access control, and supports various authentication
methods/sources (config file, database, Unix system users, etc).
Designed to support multiple authentication realms and to be as extensible
as possible, and to make secure password handling easy. The base class for
auth providers makes handling 'RFC2307'-style hashed passwords really
simple, so you have no excuse for storing plain-text passwords. A simple
script called *dancer2-generate-crypted-password* to generate RFC2307-style
hashed passwords is included, or you can use Crypt::SaltedHash yourself to
do so, or use the 'slappasswd' utility if you have it installed.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-Dancer...Extensible
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
Dancer2-Plugin-Auth-Extensible-0.710.tar.gz | 0000062846 61.4 KB | |
cpanspec.yml | 0000000933 933 Bytes | |
perl-Dancer2-Plugin-Auth-Extensible.changes | 0000000609 609 Bytes | |
perl-Dancer2-Plugin-Auth-Extensible.spec | 0000004091 4 KB | |
remove-env-perl.patch | 0000000302 302 Bytes |
Latest Revision
readd patch
Comments 0