]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add authentication capability to OpenILS::Utils::Cronscript.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 31 Oct 2011 19:48:38 +0000 (15:48 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 31 Oct 2011 20:22:40 +0000 (16:22 -0400)
commitb2958a8bb6145c5aa2eee8aa0b7b6a306732785a
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>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Utils/Cronscript.pm.in