LibWeb::Admin

LibWeb::Admin is a Perl module that offers user authentication for libweb applications.
Download

LibWeb::Admin Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Colin Kong
  • Publisher web site:
  • http://search.cpan.org/~ckong/LibWeb-0.02/LibWeb/Digest.pm

LibWeb::Admin Tags


LibWeb::Admin Description

LibWeb::Admin is a Perl module that offers user authentication for libweb applications. LibWeb::Admin is a Perl module that offers user authentication for libweb applications.SYNOPSIS use LibWeb::Admin; my $a = LibWeb::Admin->new(); $a->login( $user_name, $guess_password ); ... my ($user_name,$uid) = $a->get_user(); ... $a->logout(); ... $a->is_logout();This class manages user authentication for web applications written based on the interfaces and frameworks defined in LibWeb, a Perl library/toolkit for programming web applications. It is responsible for managing user login, logout and new sign-up. Therefore you may want to use this module in the login script for your site. Requirements: · Perl · LibWeb::Database


LibWeb::Admin Related Software