This page may be of some help: http://wiki.pylonshq.com/display/pylonscookbook/Authentication+and+Authorization
On Apr 21, 8:51 pm, BenH <[email protected]> wrote: > Hi, > > I'm another newbie to Pylons and I hoping the community can give me > some tips. > I'm coming from PHP and C++ but I'm a recent convert to Python and > Pylon looks perfect for my needs. > Anyway, I'm writing a rest interface for my application but I want to > do auth'n'auth on the request. I've previously done this in PHP by > using 2-legged OAuth and routing depending on the result. > > If I understand WSGI this could be done on middleware leaving the app > relatively clean. > I've seen postings about shabti and read parts of the Pylon cookbook > but I'm hoping for some advice before diving in. > > What would the community suggest I do to provide auth'n'auth to a rest > interface? > > Thanks > > Ben > > -- > 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 > athttp://groups.google.com/group/pylons-discuss?hl=en. -- 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.
