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@gmail.com Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@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.