[Koha-bugs] [Bug 28002] Add optional extended_attributes param to POST /patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 21 12:57:03 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA

--- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
This implementation relies on Koha::Patron->extended_attributes, which is aware
of library limitations by means of userenv. This, paired with bug 28157, should
give us a secure way [1] to specify the library the request comes from and have
Koha::Patron->extended_attributes act correctly.

[1] The bug 28157 will reject the request if the alleged library is not valid
for the caller user.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list