On 4/28/07, voltron <[EMAIL PROTECTED]> wrote: > Is there a recipe or a tutorial that someone could point me to on how > to implement a registration and authentication app for users using > pylons?
There's AuthKit. I personally found it unsuitable for my needs so I rolled my own. I did make use of paste.auth.cookie which does cookie signing to prove that someone is logged in without requiring a session. Best of Luck, -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 -~----------~----~----~----~------~----~------~--~---
