I currently support a Python web application with increasingly complex user / role / permission requirements. We are currently running our own user code, groups, permissions, etc. And maintain the database.
I would like to find something like ASP.NET membership that can help manage user authentication and authorization, rather than risk security issues while continuing to create an increasingly complex custom solution. Are there any such projects worth paying attention to?
source share