[Koha-bugs] [Bug 24539] Build generic authentication module interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 2 10:37:54 CEST 2021


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #121412|0                           |1
        is obsolete|                            |

--- Comment #15 from David Cook <dcook at prosentient.com.au> ---
Created attachment 121535
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121535&action=edit
Bug 24539: Add hooks to allow pluggable authentication modules

This patch adds the ability to specify an authentication module
to C4::Auth::checkauth(). That module then needs to implement at
the very least a do_login() method and optionally do_logout()
and get_data() methods if they're needed for that authentication
style.

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


More information about the Koha-bugs mailing list