[Koha-bugs] [Bug 15204] New: Auth.pm does too much

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 18 09:29:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15204

            Bug ID: 15204
           Summary: Auth.pm does too much
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

As a first step to re-factoring Auth.pm for bug 7174 we need to limit the scope
of what Auth.pm does.

Currently C4::Auth.pm handles both Authentication and Authorization which is
the maximum of what it should do. 

Unfortunately it also handles in part the Context, the Session, and the
Templates.  For proper separation of concerns it should do none of these
things!

This bug should act as a central point for building a dependency tree of work
required to factor out these supplementary roles.

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


More information about the Koha-bugs mailing list