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 ffff6b6 commit 1ada5afCopy full SHA for 1ada5af
oauth2_provider/middleware.py
@@ -21,6 +21,7 @@ class OAuth2TokenMiddleware:
21
It also adds "Authorization" to the "Vary" header, so that django's cache middleware or a
22
reverse proxy can create proper cache keys.
23
"""
24
+
25
def __init__(self, get_response):
26
self.get_response = get_response
27
tox.ini
@@ -11,7 +11,7 @@ python =
11
3.5: py35
12
3.6: py36
13
3.7: py37
14
- 3.8: py38, docs
+ 3.8: py38, docs, flake8
15
3.9: py39
16
17
[pytest]
0 commit comments