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


WeSQL documentation  | view source Contained in the WeSQL distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Ward Vandewege, <ward@pong.be>

SEE ALSO

Top

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


WeSQL documentation  | view source Contained in the WeSQL distribution.