[Zope-PAS] Authentication caching
Chris McDonough
chrism at plope.com
Fri Aug 18 10:36:16 EDT 2006
I know you didn't invent this pattern in this code, but I'm curious
why the view_name here includes the login name. Isn't lookup
disambigutated by the keywords dict and you could use a static view
name?
view_name = createViewName('_extractUserIds',
credentials.get('login'))
keywords = createKeywords(**credentials)
On Aug 18, 2006, at 8:39 AM, Stefan H. Holek wrote:
> http://svn.zope.org/PluggableAuthService/branches/shh-
> authentication-caching/
More information about the Zope-PAS
mailing list