We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cde74 commit 60f956fCopy full SHA for 60f956f
docs/tutorial/tutorial_03.rst
@@ -24,6 +24,8 @@ which takes care of token verification. In your settings.py:
24
25
MIDDLEWARE_CLASSES = (
26
'...',
27
+ # be sure following two appear in this order
28
+ 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
29
'oauth2_provider.middleware.OAuth2TokenMiddleware',
30
31
)
0 commit comments