Re: ANN: AuthKit 0.3.0pre4

2007-02-19 Thread James Gardner

Hi Cliff and Robert,

There was a simple typo in 0.3.0pre4 which meant none of the config data 
was getting passed correctly to the middleware. Thanks for pointing it 
out. I corrected it and released 0.3.0pre5 so you should upgrade to 
that. It isn't an issue with your application Cliff!

 To add another data point, I upgraded to svn version 57 (pre5?) from v43 and 
 it 
 all worked as expected. It even appears to have corrected an intermittent 
 problem someone reported while testing where the authkit cookie was being set 
 to 
 an empty string, using a host with a leading dot in addition to an existing 
 authkit cookie set to the correct value, using a host w/o a leading dot. I 
 hadn't had a chance to try and chase down this issue, so having it go away is 
 a 
 good thing. FWIW, I'm using forwarding along with RemoteUser() and middleware.

The cookie handling was tweaked a bit too a while ago and has some extra 
options now including server side expiring and including the client IP. 
The middleware also removes the cookie if it has a bad digest rather 
than raising an exception.

There is OpenID authentication support in this version too.

Cheers,

James

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: ANN: AuthKit 0.3.0pre4

2007-02-18 Thread Robert Leftwich

Cliff Wells wrote:
 On Fri, 2007-02-16 at 15:02 +, James Gardner wrote:
 I'd encourage anyone who is currently using the dev version to upgrade 
 to 0.3.0pre4 so we can see if there are any issues before 0.3.0 is 
 formally released in a couple of weeks time.
 
 So I rolled back to the previous version and all is working well again,
 but I'm left wondering if this was a bug in AuthKit or if I was doing
 something wrong and the new version suddenly exposed my mistake.

To add another data point, I upgraded to svn version 57 (pre5?) from v43 and it 
all worked as expected. It even appears to have corrected an intermittent 
problem someone reported while testing where the authkit cookie was being set 
to 
an empty string, using a host with a leading dot in addition to an existing 
authkit cookie set to the correct value, using a host w/o a leading dot. I 
hadn't had a chance to try and chase down this issue, so having it go away is a 
good thing. FWIW, I'm using forwarding along with RemoteUser() and middleware.

Robert


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: ANN: AuthKit 0.3.0pre4

2007-02-16 Thread Cliff Wells

On Fri, 2007-02-16 at 15:02 +, James Gardner wrote:
 
 I'd encourage anyone who is currently using the dev version to upgrade 
 to 0.3.0pre4 so we can see if there are any issues before 0.3.0 is 
 formally released in a couple of weeks time.

It fails for me with:


AuthKit-0.3.0pre4-py2.4.egg/authkit/authenticate/__init__.py, line 125, in 
_get_value
raise AuthKitConfigError(
authkit.authenticate.AuthKitConfigError: The required option 'authkit.method' 
was not specified


However I do have authkit.method = forward in my .ini file (and this worked 
with the prior release).

Regards,
Cliff


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---