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

--- Comment #8 from David Cook <[email protected]> ---
Created attachment 121412
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121412&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 the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to