Open Source Alternative to ASP.NET membership
Posted
by Tony Lenzi
on Stack Overflow
See other posts from Stack Overflow
or by Tony Lenzi
Published on 2010-04-01T20:21:10Z
Indexed on
2010/04/01
20:23 UTC
Read the original article
Hit count: 433
I'm currently supporting a Python web app with increasingly complicated user/role/permission management requirements. Currently, we are rolling our own user, groups, permissions, etc. code and supporting database.
I'd like to find something like ASP.NET membership that can help manage user authentication and authorization, rather than risk security issues in continuing to create an increasingly complicated custom solution. Are there any similar projects out there worth taking a look at?
© Stack Overflow or respective owner