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

AuthnUtil - useful utility functions for general Authn functionality.

ABSTRACT

Utility library providing useful utility functions for general Authn functionality.

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.