I am writing a webapp that makes heavy use of the StackExchange API. I am currently using OpenID authentication, but assuming that only the people who will use the site are SE members, I was wondering if there is a library for Django (or Python in general) that can handle the login process for me .
I specifically think of something that makes slots in a process, such as the django_openid_auth project.
source share