The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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