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.52

(c) 2000-2002 by Ward Vandewege

EXPORT

None by default. Possible: jLogout jLoginForm jLogin authenticate


AUTHOR

Ward Vandewege, <[email protected]>


SEE ALSO

the Apache::WeSQL manpage, the Apache::WeSQL::AppHandler manpage, the Apache::WeSQL::Journalled manpage, the Apache::WeSQL::Display manpage