Ward Vandewege > WeSQL-0.53 > Apache::WeSQL::Auth

Download:
WeSQL-0.53.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.53   Source  

NAME ^

Apache::WeSQL::Auth - Auth subs for a journalled WeSQL application

SYNOPSIS ^

  use Apache::WeSQL::Auth qw( :all );

DESCRIPTION ^

This module contains the code necessary for authentication support in WeSQL. Some form of authentication support, that is, because you could easily implement your own.

This module is called from AppHandler.pm, and WeSQL.pm

This module is part of the WeSQL package, version 0.53

(c) 2000-2002 by Ward Vandewege

EXPORT

None by default. Possible: jLogout jLoginForm jLogin authenticate

AUTHOR ^

Ward Vandewege, <ward@pong.be>

SEE ALSO ^

Apache::WeSQL, Apache::WeSQL::AppHandler, Apache::WeSQL::Journalled, Apache::WeSQL::Display