-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
The docs especially at https://django-oauth-toolkit.readthedocs.io/en/latest/rest-framework/getting_started.html are out of date. For instance the the import for OAuth2Authentication
is documented as oauth2_provider.ext.rest_framework.OAuth2Authentication
yet as of v1.0.0 it's oauth2_provider.contrib.rest_framework
The docs are already updated in code but the update has not yet been deployed to read the docs. It can be pretty frustrating for first time users to figure this out. The copyright even reads © Copyright 2013
.
fbidu, ngash, vdemin, dgmdan, alexm and 5 more