Tuesday, September 4, 2012

Authentication across projects

Hi all .
I have two projects (A and B), different django installation, database, but same host.

I want the B projects share A project User database table. 
So A user account can login into B project site, but we don't create any user account in B project.
and I have already search many information about that.

1. REMOTE_USER
2. django multi database table
3. remote authentication

but I don't know what is the typical solution ?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ElT4FPEXM4oJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment