Add authentication capability to OpenILS::Utils::Cronscript.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 31 Oct 2011 19:48:38 +0000 (15:48 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 31 Oct 2011 19:48:38 +0000 (15:48 -0400)
commit4055a9faa6e00733921fe6a61eca7d2d8a0a203a
tree93c93d84fdaf620bba425265dc51013e5878a3cd
parent9c54bcb71017d3679841b51457069bbfd4b55c75
Add authentication capability to OpenILS::Utils::Cronscript.

This allows the client script to call authenticate with a hash ref of
user information so that the user can login and get an authtoken if
needed.

It also stores the authtoken and authtime values for later retrieval.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in