We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I followed step described here https://django-oauth2-provider.readthedocs.org/en/latest/getting_started.html and also here http://blog.ansals.me/2014/12/04/building-an-oauth2-provider-in-django/ But when I use in command line of ubuntu curl -X POST -d "client_id=test_id&client_secret=test_secret&grant_type=password&username=user1&password=user1R_PASSWORD" http://localhost:8001/oauth2/access_token/
Nothing is returning. Only the text of "it worked! your first django site etc" Am I missing something? Also my django version is 1.4 Thank you
The text was updated successfully, but these errors were encountered:
See #39 for somebody who has worked on this.
This project is abandoned, see #123 for more information.
Sorry, something went wrong.
No branches or pull requests
Hello!
I followed step described here https://django-oauth2-provider.readthedocs.org/en/latest/getting_started.html
and also here http://blog.ansals.me/2014/12/04/building-an-oauth2-provider-in-django/
But when I use in command line of ubuntu
curl -X POST -d "client_id=test_id&client_secret=test_secret&grant_type=password&username=user1&password=user1R_PASSWORD" http://localhost:8001/oauth2/access_token/
Nothing is returning. Only the text of "it worked! your first django site etc" Am I missing something? Also my django version is 1.4
Thank you
The text was updated successfully, but these errors were encountered: