]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1527694 Webstaff egHatch supports 'LoginSession' storage
authorBill Erickson <berickxx@gmail.com>
Fri, 5 Aug 2016 16:39:54 +0000 (12:39 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 18 Aug 2016 19:34:23 +0000 (15:34 -0400)
commit059411ba21bb1dffb2d2db351ce1eddfc540fb8f
tree878ee561b9e3cd567c777f5e2054c0ef2f62c33b
parent350500afb00a0a2b244ef93d5cabb9549ffa59cd
LP#1527694 Webstaff egHatch supports 'LoginSession' storage

Adds support for a class of cached value (AKA "LoginSession" items)
that are cleared when either the user logs out or the browser is closed.
Values are stored as cookies.

Authentication tokens and "retrieve last patron" data are now stored as
"LoginSession" items.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/patron/app.js
Open-ILS/web/js/ui/default/staff/services/auth.js
Open-ILS/web/js/ui/default/staff/services/hatch.js