Re: django oauth2 flow

2015-06-25 Thread Shekar Tippur
Any updates on this please? I am stuck with this issue for quite a while now. -- 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 django-users+unsubscr...@googlegr

django oauth2 flow

2015-06-23 Thread Shekar Tippur
Hello, I would like some help with django oauth2 flow. I have created an app: *redirect_uri http://127.0.0.1:8000/accounts/login/ <http://127.0.0.1:8000/accounts/login/>* *client_type public* *authorization_grant_type is authorization code* *name test* I have a client id and a secret. I w