Re: [Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-04 Thread Chris McDonough
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 11:35 AM Subject: [Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API > > I don't think basic auth is going to cut it. The API wants username > > and password to

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-04 Thread Nathan Sain
> I don't think basic auth is going to cut it. The API wants username > and password to be passed as arguments. Probably need to hack a user > folder implementation. Chris, Sorry for not listing this as an option in my previous mail, I meant that I had two options forusing existing user folders,

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-04 Thread Nathan Sain
My thoughts as well. As far as I can tell here are my options: I look at the CookieCrumbler last night, and wondered if I can use the BeforeTraversehook that it uses. ZPublisher calls request.processInputs() before traversal right? If thatis so then request should have the args from

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-03 Thread Chris McDonough
I don't think basic auth is going to cut it. The API wants username and password to be passed as arguments. Probably need to hack a user folder implementation. - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: S

[Zope-dev] Re: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-03 Thread Andy
ZSyncer does user authentication over xmlrpc via xmlrpclibBasicAuth.py, download it and take a look. - Original Message - From: "Nathan Sain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 9:19 AM Subject: [Zope] authenticating over XML-RP