diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 2344c68e3..3dc2acbc4 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -300,7 +300,7 @@ Add the package to your `INSTALLED_APPS` and modify your REST framework settings REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( - 'oauth2_provider.ext.rest_framework.OAuth2Authentication', + 'oauth2_provider.contrib.rest_framework.OAuth2Authentication', ) }