Changes between Version 5 and Version 6 of MultipleAuthBackends


Ignore:
Timestamp:
Feb 27, 2006, 12:35:02 PM (19 years ago)
Author:
Linicks
Comment:

zope3 links

Legend:

Unmodified
Added
Removed
Modified
  • MultipleAuthBackends

    v5 v6  
    9999I think these abstractions allow for the use cases you mention, but the details certainly need to be worked out better. I explicitly want to ''avoid'' coupling this to django models, but it should ''easy'' to do so since it's most likely the default case. -- Joseph Kocherhans
    100100
     101
     102Here is how they approached this problem in Zope3: [http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/principalplugin.html].  You can find additional resources here: [http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book] -- Linicks
Back to Top