libcatalyst-plugin-authentication-perl

Infrastructure plugin for the Catalyst authentication framework

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Catalyst-Plugin-Authentication


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libcatalyst-plugin-authentication-perl