套件: libcatalyst-plugin-authentication-perl (0.10023-3)
libcatalyst-plugin-authentication-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libcatalyst-plugin-authentication-perl:
- [libcatalyst-plugin-authentication-perl_0.10023-3.dsc]
- [libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz]
- [libcatalyst-plugin-authentication-perl_0.10023-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Damyan Ivanov
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libcatalyst-plugin-authentication-credential-openid-perl
- libcatalyst-plugin-session-store-dbic-perl
- libcatalyst-model-dbi-perl
- libcatalyst-plugin-authorization-roles-perl
- libcatalyst-authentication-credential-authen-simple-perl
- libcatalyst-authentication-store-dbix-class-perl
- libcatalyst-plugin-session-store-cache-perl
- libcatalyst-plugin-session-store-dbi-perl
- libcatalyst-plugin-authorization-acl-perl
- libcatalyst-plugin-cache-perl
- libcatalyst-model-cdbi-crud-perl
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.
其他與 libcatalyst-plugin-authentication-perl 有關的套件
|
|
|
-
- dep: libcatalyst-perl
- elegant Model-View-Controller Web Application Framework
-
- dep: libcatalyst-plugin-session-perl
- generic Session plugin for Catalyst
-
- dep: libclass-inspector-perl
- Perl module that provides information about classes
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: libmoosex-emulate-class-accessor-fast-perl
- module to emulate Class::Accessor::Fast using Moose attributes
-
- dep: libmro-compat-perl
- mro::* interface compatibility for Perls < 5.9.5
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: libstring-rewriteprefix-perl
- module to rewrite strings based on a set of known prefixes
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language