NAME
AuthnUtil - useful utility functions for general Authn functionality.
ABSTRACT
Utility library providing useful utility functions for general Authn functionality.
METHODS
basic_login_setup
Returns a textual representation of the request needed to log the user in to the system via a basic auth based login.
basic_login_eval
Verify whether the log in attempt for the user to the system was successful.
form_login_setup
Returns a textual representation of the request needed to log the user in to the system via a form based login.
form_login_eval
Verify whether the log in attempt for the user to the system was successful.
form_logout_setup
Returns a textual representation of the request needed to log the user out of the system via a form based mechanism.
form_logout_eval
Verify whether the log out attempt for the user from the system was successful.
USAGE
DESCRIPTION
REQUIRED ARGUMENTS
OPTIONS
DIAGNOSTICS
EXIT STATUS
CONFIGURATION
DEPENDENCIES
INCOMPATIBILITIES
BUGS AND LIMITATIONS
AUTHOR
Daniel David Parry <perl@ddp.me.uk>