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

            Bug ID: 28785
           Summary: Code in C4::Auth::checkauth is copy pasted
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The code to check cookie authentication is duplicated in several places inside
C4::Auth:
* check_cookie_auth
* checkauth
* check_api_auth

The subroutine check_cookie_auth must be called from checkauth and
check_api_auth to avoid code duplication.

-- 
You are receiving this mail because:
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