I need to let client applications, primarily written in Java and Python login to my Django site. What's the best way? Request the form, parse it and POST the username, password and csrf token? Or provide an Ajax login view?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

