I have split my Django application into two sites with different databases. I use OpenID (python_openid-2.2.5
) for authetication/registration but users of site A are different from site B.
How can I do to centralize logins between apps running on different databases?
And I want a database only for OpenID. I have seen this article by Joseph Smarr at Plaxo and this stackoverflow question but i don't know if this is the same with python.
How can I accomplish this?
Thanks!
You can use django-cas - CAS (Central Authentication Service) this is what i use for a centralized auth system