[Koha-bugs] [Bug 7174] Authentication rewriting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 13 03:43:26 CEST 2021


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #25 from David Cook <dcook at prosentient.com.au> ---
It looks like you put a lot of effort in there, Lari!

I'm looking to do something much less ambitious. My current plan is to refactor
C4::Auth, so that the functionality remains the same, but we're using testable
re-usable objects. 

My goal is to start using Mojolicious controllers (Bug 28325) to make different
AuthN/AuthZ calls, and then eventually replace all the existing CGI scripts
(easier done for the OPAC than the staff interface), but maybe we'd need to
change get_template_and_user to act as a shim too. 

Anyway, interesting to see that work. Is it used anywhere yet?

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


More information about the Koha-bugs mailing list