[Koha-bugs] [Bug 30962] New: REST API: Add endpoint /patrons/:patron_id/check_password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 15 08:16:53 CEST 2022


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

            Bug ID: 30962
           Summary: REST API: Add endpoint
                    /patrons/:patron_id/check_password
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
                CC: tomascohen at gmail.com

This endpoint would check that the POSTed password matches the Koha database
password.

In theory, you could have other validations here as well (e.g. check if patron
is expired, restricted, etc.). But maybe those should be their own endpoints. 

Adding this to support a Keycloak User Storage SPI as per
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17004#c39

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


More information about the Koha-bugs mailing list