Catalyst-Plugin-Authentication
Catalyst-plugin-authentication
https://metacpan.org/release/Catalyst-Plugin-Authentication
Infrastructure plugin for the Catalyst authentication framework
Catalyst::Plugin::Authentication provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do).
Using authentication is split into two parts. A Store is used to actually store the user information, and can store any amount of data related to the user. Credentials are used to verify users, using information from the store, given data from the frontend. A Credential and a Store are paired to form a 'Realm'. A Catalyst application using the authentication framework must have at least one realm, and may have several.
To implement authentication in a Catalyst application you need to add this module, and specify at least one realm in the configuration.
Catalyst is an elegant Model-View-Controller web application framework written in Perl.
Download
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Debian: Damyan Ivanov <dmn@debian.org>
Verified on
15 May 2014
Notes
License: artistic or gpl-1+
Leaders and contributors
Contact(s) | Role |
---|---|
Tomas Doran | contact |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) (R) | https://tracker.debian.org/pkg/libcatalyst-plugin-authentication-perl | |
Perl (Ref) | https://metacpan.org/release/Catalyst-Plugin-Authentication |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.