Not sure about your first questions. For right way to authenticate is solely depends on your requirement. If you don't care about who is using the data > you can turn off the data, if you want only your application users to use it > you can use DjangoAuthentication if you want minimal security > use Dajngo API key Authentication More secure > use OAuth mechanism
hope it helps! On Sunday, March 10, 2013 4:54:10 PM UTC-4, Pratik Mandrekar wrote: > > Hello, > > I'm trying to figure out what would be the best way to integrate django > with ember.js/backbone from the user authentication point of view. I'm > using Tastypie for creating RESTful resources. > > I have no problem creating APIs once a user has been authenticated using > the Session based authentication but I am wondering what is the best > RESTful way to create a user authentication API that can confirm to > Session based authentication. > > Also if I'm not mistaken the right way to authenticate the client is via > the API key authentication right? > > Thanks, > Pratik > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

