On 11/4/06, Chris Shenton <[EMAIL PROTECTED]> wrote: > We're currently using Apache's HTTP auth but need to provide a Logout > button and have an idle timeout. We'll eventually want to have > groups/roles so I'm looking for modules to do this, using form based > authentication. > > AuthKit looks promising but mentions using version 0.3 for > pylons-0.9.3, but this code version doesn't appear to be on the > AuthKit site or SVN. The docs look good with nice examples of Pylons > integration. > > Barrel also looks good but I can't find any examples of integrating it > with Pylons, and google doesn't find any good hits for "barrel wsgi > pylons". > > Anyone have recommendations of AuthKit versus Barrel? > > Is AuthKit-0.3 actually available? > > Are there any issues integrating these with Pylons-0.9.3 > > Anyone have examples of integrating Barrel with Pylons-0.9.3?
This question sounds familiar, so I wonder if I've already talked to you. Anyway: * If you want timeouts and logouts, you need to get away from HTTP authentication and use session based authentication. * As for a standard system, we decided to build our own on top of paste.auth.cookie. I would have loved to use an existing system, but I didn't see any clear winners. :-/ Have a look through all the paste.auth stuff at the very least. Happy Hacking! -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
