authentication systems listed in the order they should be displayed in configInterface and the order in which they are saved in config, which is the order they are tried in 'automatic' auth mode
IX::Authenticate - run the right function based on call and environment
use IX::Authenticate;
...
IX::Authenticate();
IX::Authenticate cannot run independently from the IX framework.
IX::Authenticate works closely with IX::Login, handling the interfaces between the lgoin functionality and the authentication plugin(s) being used.
If no 'authsystems' are contained in $IX::Conf::x{authsystems}, the $default_authsystem will be used.
Please see the IX::Login documentation for information on manual vs. automatic authmodes defined by $IX::Conf::x{authmode}.
authenticate()text
configInterface()text
help()text
setVars()text
try()text
Written and maintained by Marcus Del Greco (marcus@mindmined.com)