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@lists.koha-community.org Reporter: dcook@prosentient.com.au CC: tomascohen@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.