On 20/01/2009, at 3:30 AM, Thomas G. Willis wrote:
> Being a pylons newb myself, the first thing I did was write auth and > registration. It took a day.Granted I wasn't trying to support every > auth method I could think of like authkit does,but I learned lots.If > you want auth (and other things) rolled in use use turbogears. But > getting basic authentication and registration working is not that big > of a deal. Similar story, but I used repoze.who for authentication and am very happy with it. It is very customisable, which is what I needed; the app supports both form/cookie auth and HTTP basic auth simultaneously. repoze.who made this easy to configure in exactly the way I wanted. Cheers, Chris Miles --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
