Re: Using Django User Authentication from an Android App (CSRF issue?)

2014-02-12 Thread Ethan Lowry
e: > >> Hi Ethan, comments in-line; >> >> >> On Wed, Feb 12, 2014 at 1:41 PM, Ethan Lowry >> > wrote: >> >>> Hi there, >>> >>> I have a bare-bones Django app set up and am planning on using the built >>> in Django user

Using Django User Authentication from an Android App (CSRF issue?)

2014-02-12 Thread Ethan Lowry
Hi there, I have a bare-bones Django app set up and am planning on using the built in Django user auth to manage log in and registration via the Android app I'm developing. I've tried this a number of ways and can, for example, log in by sending a GET request such as ([url]/login?username=[us