My AuthKit setup, which I essentially copied from the wiki/book [1]/
[2], didn't work when I upgraded from Pylons 0.9.6.2 to 0.9.7rc1
(trunk). Here's what I did to get it working:

I moved the following line above the ErrorHandler middleware in
middleware.py:

    app = authkit.authenticate.middleware(app, app_conf)

I also upgraded to AuthKit 0.4.1dev. I'm not sure if this step was
necessary.

Anyone else have any experience with AuthKit and Pylons 0.9.7?

-wlb

[1] http://wiki.pylonshq.com/display/pysbook/Authentication+and+Authorization
[2] http://pylonsbook.com/alpha1/authentication_and_authorization


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to