]> git.koha-community.org Git - koha.git/commit
Bug 28907: Add REST exceptions for public routes auth
authorLari Taskula <lari.taskula@hypernova.fi>
Wed, 18 Sep 2024 10:21:47 +0000 (10:21 +0000)
committerJesseM <jesse@bywatersolutions.com>
Mon, 24 Feb 2025 18:00:24 +0000 (18:00 +0000)
commit281be087a617bd2ecd90128c8df400b74548b22e
tree2a4a592e7f015bcd637be913f5d63c001b2b5665
parent7c32c490ea05bb3475ee7ef7c1613c7606fcfa3b
Bug 28907: Add REST exceptions for public routes auth

To test:
1. perl -c Koha/REST/Plugin/Exceptions.pm
2. perl -c Koha/Exceptions/REST.pm

More tests coming in following patches.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Koha/Exceptions/REST.pm
Koha/REST/Plugin/Exceptions.pm