Bug 31378: Add Koha::Auth::Provider(s) class(es)
authorAgustin Moyano <agustinmoyano@theke.io>
Thu, 18 Aug 2022 19:27:06 +0000 (16:27 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 17:30:22 +0000 (14:30 -0300)
commit5a84778724f461c7550464bf662d1b9a08a193fb
treefff5260f83b1553107d2c16aa90ee8d5911591f8
parent855ad02bf8a3c4c287ec357de7b2a8fff40303ef
Bug 31378: Add Koha::Auth::Provider(s) class(es)

Signed-off-by: Lukasz Koszyk <lukasz.koszyk@kit.edu>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Auth/Provider.pm [new file with mode: 0644]
Koha/Auth/Providers.pm [new file with mode: 0644]
Koha/Schema/Result/AuthProvider.pm [new file with mode: 0644]
Koha/Schema/Result/AuthProviderDomain.pm [new file with mode: 0644]
t/db_dependent/Koha/Auth/Provider.t [new file with mode: 0755]