]> git.evergreen-ils.org Git - Evergreen.git/commit
Template Toolkit for RemoteAuth
authorJeff Davis <jeff.davis@bc.libraries.coop>
Thu, 21 Nov 2019 22:27:00 +0000 (14:27 -0800)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 25 Aug 2020 20:45:31 +0000 (16:45 -0400)
commit1e356c7ca5ababc70618a37e59a87f55f05975d2
tree5762be8141d76b356afee28be0f6dbcf932b5122
parent25579730cceaf7685db266bc0a77539f078e3dbd
Template Toolkit for RemoteAuth

With this commit, RemoteAuth handlers can now use TT2 templates to
manage the format and content of responses.  This will make it easier
for admins to control what patron information is included in a
successful auth response, among other things.

TT2 support is provided by a new OpenILS::WWW::RemoteAuth::Template Perl
module.  (EGWeb has too much overhead and is not well-suited to this use
case.)

Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/RemoteAuth/Template.pm [new file with mode: 0644]