Open PegasusPrime opened 9 years ago
Oauth may complicate things a bit. Generating a secret key for each user may be better. In testing maybe we just make a single app_id.
I really like this auth code (https://github.com/miguelgrinberg/REST-auth/blob/master/api.py) since it can use tokens. I don't like how much code is required just to get an auth token but I don't see many solutions
If we use Django, we can use oauth. I found a good tutorial/repo with example code
http://www.madewithtea.com/simple-todo-api-with-django-and-oauth2.html and https://github.com/jpzk/django-todo