This is probably a dumb question, but I am working on some JSON views
that I need to apply authentication too.  I thought maybe I could use
the Django built-in auth/session apps to wrapper the JSON View
methods, but when I do testing I am not seeing the session id being
sent back.  I tried hitting the service from FireFox and from the
iPhone app I am working on, and neither seem to get any headers back
from the server containing anything resembling a session id or cookie
header of any sort.

General rule of thumb: What is the recommended way to secure a JSON
view and where might one find documentation on how this should look?

Again, I do apologize if this is a dumb question and/or there is
documentation somewhere.  I swear I did google and read through the
docs I saw here online and I didn't see any mention of JSON security.

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

Reply via email to