On Thu, Feb 14, 2008 at 10:18 PM, minhl <[EMAIL PROTECTED]> wrote: > > Hi Ken, > > Thanks for your reply. I have tried many examples/suggestions for the > last two weeks. I really spent the time to create the app and followed > the examples steps by steps. Most of the instructions works for the > simple cases where the data stored in the configuration or in > filesystem. But what I need is to have the users data stored in a > database and using SQLAlchemy driver. That didn't work for me so far. > That makes me very nervous to suggest and really focus on starting a > brand new production app based on pylons. Have anyone better luck > with this setup please help, I am still searching... > > Thanks, > minh
Hi minh, I have a project that I started writing called 'sentry' that aims to be the glue between your authentication backend (LDAP, database, PAM) and your web application. You can check it out here: http://atlee.ca/software/sentry I use this with paste.auth to do manage the authentication cookies and page redirects. Hope this helps, Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
