[Zope3-dev] Is someone going to do a LoginManager-alikeforZoipe3?

Phillip J. Eby pje@telecommunity.com
Thu, 21 Mar 2002 20:46:57 -0500


At 12:13 PM 3/21/02 -0500, Jim Fulton wrote:
>"Phillip J. Eby" wrote:
>
> > What does Z3 want from an auth service?  Is there some place you can point
> > me to for the current docs on principals, etc.  I need to know what
> > architecture this has to fit into, if you see what I mean.  I'd be willing
> > to draw up the interfaces, and maybe even contribute the core algorithm and
> > one or two trivial auth pieces (e.g. Basic, REMOTE_USER) and a trivial user
> > source (e.g. an "Anonymous" one, and maybe a .zcml-based one.)  Assuming,
> > of course, there aren't already suitable sources for Principals in Z3 now;
> > as I said, I've had other things to attend to.  :(
>
>Wanna schedule a phone call to go over this stuff?

Sure.  When's good for you?



>BTW, we've been experimenting with text-based colaboration models.
>For example, I'm fairly happy with:
> 
>http://cvs.zope.org/Zope3/lib/python/Zope/Publisher/Attic/normal.clb?rev=1.1.2.2&content-type=text/vnd.viewcvs-markup&only_with_tag=Zope3-publisher-refactor-branch
>
>Maybe this is a format that you could use to show interactions. If you like,
>I could do one of these for the bootstrap service defined in zcml.

Looks like an interesting format.  Only thing I'd change would be to add 
assignments to the format, e.g.:

foo = publication.traverseName(request, root, 'foo')

instead of just:

publication.traverseName(request, root, 'foo')

As I found it often hard to follow where the variables were showing up from.