Hi all,

the question is in subject. Details:

I have a server running my Django project. I'd like to add support for
authorized AJAX-queries to my site. That is, user opens a page on the
http://some-3rd-party-site.tld If HTML of the page will contain a
published by me JavaScript AJAX-snippet then my Django-site could be
requested for JSON. However, I'd like to reply to the authorized
surfers only. Say, for the first time the user is visiting
http://some-3rd-party-site.tld, here comes a pop-up and the users gets
authenticated by my Django server. The user continues to surf on
http://some-3rd-party-site.tld powered by AJAX-data from my Django
server.

Of course, I'd like very much to be kind to the user and let him/her
to do the queries from http://ANOTHER-3rd-party-site.tld and do it
*without* repeating the authentication against my Django-server.

The out-of-the-box authentication could hardly be used because the
pages from http://*-3rd-party-site.tld have their domains other than
my Django-site, so I should forget about cookies.

So, how to get through?

regards
Valery

--~--~---------~--~----~------------~-------~--~----~
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