Skip to content
New issue

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

getting_started.rst: add JSONOAuthLibCore as part of tutorial #734

Merged
merged 1 commit into from Aug 26, 2019
Merged

getting_started.rst: add JSONOAuthLibCore as part of tutorial #734

merged 1 commit into from Aug 26, 2019

Commits on Aug 25, 2019

  1. getting_started.rst: add JSONOAuthLibCore as part of tutorial

    I had trouble getting `grant_type=password` working with the Django REST Framework example in the DOT tutorial. The answer was to set the OAuth2 backend class to `'oauth2_provider.oauth2_backends.JSONOAuthLibCore'`: #127 (comment)
    
    I was trying to use Angular framework with its HttpClient and I think the POST requests were sending over content with `application/json`. It would have been a better experience to see this documented in the tutorial.
    rudolfolah committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    9cc0ebc View commit details
    Browse the repository at this point in the history