Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Catalyst::Plugin::Authentication 0.10018

    Download button

    No screenshots available
    Downloads: 208  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Florian Ragwitz | More programs
    Perl Artistic License / FREE
    February 27th, 2012, 08:03 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Catalyst::Plugin::Authentication description

    Infrastructure plugin for the Catalyst authentication framework

    Catalyst::Plugin::Authentication is a Perl module that 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.

    Authentication data can also be stored in a session, if the application is using the Catalyst::Plugin::Session module.

    NOTE: in version 0.10 of this module, the interface to this module changed. Please see "COMPATIBILITY ROUTINES" for more information.

    SYNOPSIS

     use Catalyst qw/
     Authentication
     /;

     # later on ...
     $c->authenticate({ username => 'myusername',
     password => 'mypassword' });
     my $age = $c->user->get('age');
     $c->logout;



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    authentication framework | infrastructure plugin | Perl module | Catalyst | Perl | authentication

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM