On Fri, Aug 20, 2010 at 8:51 AM, Wyatt Baldwin
<[email protected]> wrote:
> On Aug 20, 7:33 am, Dobrysmak <[email protected]> wrote:
>> Hi guys.
>>
>> What is a good and easy to use authentication/authorization module for
>> Pylons?
>> Just found out that the AuthKit no longer being maintained (http://
>> wiki.pylonshq.com/display/authkitcookbook/Home) plus it's to
>> complicated for me.
>>
>> Any suggestions?
>
> repoze.who/what
>
> I think these can seem a bit complex at first, but the setup I ended
> up with is pretty straightforward--maybe 20 to 30 lines of code.

The official list of alternatives is here.

http://wiki.pylonshq.com/display/pylonscookbook/Authentication+and+Authorization

Many people find a homegrown scheme adequate, and easier than
repoze.who/what, especially if you're using a login form and have a
relatively simple permissions structure.Some people have tried to make
a general library, but the use cases are so varied that it ends up
being as complicated as Repoze or AuthKit.

-- 
Mike Orr <[email protected]>

-- 
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.

Reply via email to