-
Notifications
You must be signed in to change notification settings - Fork 816
Closed
Milestone
Description
I was using Authentication class as
oauth2_provider.ext.rest_framework.OAuth2Authentication
But i seems that its changed to
oauth2_provider.contrib.rest_framework.OAuth2Authentication
Docs has been updated on the master however
http://django-oauth-toolkit.readthedocs.io/en/stable/rest-framework/getting_started.html
Shows the old Getting Started page
https://github.com/evonove/django-oauth-toolkit/blob/34f3b7b3511c15686039079026165feaadb1b87d/docs/rest-framework/getting_started.rst
MartinPetkov and rhenter