Hello,
we're going to build some "federated" apps. Let's call them
app1.example.com and app2.example.com. I need to do two things:

1. single sign on
2. share some data between the two profiles. For example i want to
keep username, name and surname in the same place, while the phone
number should just stay in app1.

For point 1 i see there's https://github.com/easel/django-shared-auth
, but i don't understand why i need to use it. What if i simply share
cookie between subdomains and the session table?

For point 2, do you know if there are already apps to do this? I know
that i can use Database Routers to keep centralized data in a
different DB, but i would like to know if there are out-of-the-box
solutions...

Regards
-- 

Davide Setti
blog: http://blog.flatlandia.eu
code: http://github.com/vad

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

Reply via email to