plain.oauth 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plain/oauth/README.md +1 -1
- {plain_oauth-0.7.2.dist-info → plain_oauth-0.7.3.dist-info}/METADATA +3 -2
- {plain_oauth-0.7.2.dist-info → plain_oauth-0.7.3.dist-info}/RECORD +5 -5
- {plain_oauth-0.7.2.dist-info → plain_oauth-0.7.3.dist-info}/WHEEL +1 -1
- {plain_oauth-0.7.2.dist-info → plain_oauth-0.7.3.dist-info}/LICENSE +0 -0
plain/oauth/README.md
CHANGED
@@ -297,5 +297,5 @@ then the callback URL might be automatically built as `http` instead of `https`.
|
|
297
297
|
This is the Django setting you're probably looking for:
|
298
298
|
|
299
299
|
```python
|
300
|
-
|
300
|
+
HTTPS_PROXY_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
301
301
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: plain.oauth
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.3
|
4
4
|
Summary: OAuth login and API access for Plain.
|
5
5
|
Home-page: https://plainframework.com
|
6
6
|
License: BSD-3-Clause
|
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: BSD License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
14
15
|
Requires-Dist: plain (<1.0.0)
|
15
16
|
Requires-Dist: plain.auth (<1.0.0)
|
16
17
|
Requires-Dist: plain.models (<1.0.0)
|
@@ -320,6 +321,6 @@ then the callback URL might be automatically built as `http` instead of `https`.
|
|
320
321
|
This is the Django setting you're probably looking for:
|
321
322
|
|
322
323
|
```python
|
323
|
-
|
324
|
+
HTTPS_PROXY_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
324
325
|
```
|
325
326
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
plain/oauth/README.md,sha256=
|
1
|
+
plain/oauth/README.md,sha256=rG0qxUdbaThRfZf-sc3Ot2DAMLeC7UGFtSvmEXxs_zc,10005
|
2
2
|
plain/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
plain/oauth/config.py,sha256=jk5l59taT_3Kh7EFrJuuubtrCHLfNBVkD2sWQ_M5_JQ,160
|
4
4
|
plain/oauth/default_settings.py,sha256=dlN1J9vSOjjxPNLp-0qe-cLTqwM4E69ZAx_8lpxMhaM,28
|
@@ -15,7 +15,7 @@ plain/oauth/staff.py,sha256=NtmyFURkKMH6hRp7sjl8FUWYOGSA7M0tLKRyXUciPj4,1288
|
|
15
15
|
plain/oauth/templates/oauth/error.html,sha256=xkkWw57sZ3fz4dDfH30SVtq3okJNnJmrSRPfGxrxjh8,108
|
16
16
|
plain/oauth/urls.py,sha256=NyP_yDKayJYrCdw4oNVHUmtjbLNfzdnpdWc-eOsMlDM,676
|
17
17
|
plain/oauth/views.py,sha256=G6icfdKkOOOKB00JVN4SCeZmBcGOGUvAgueyvOd9bLI,3042
|
18
|
-
plain_oauth-0.7.
|
19
|
-
plain_oauth-0.7.
|
20
|
-
plain_oauth-0.7.
|
21
|
-
plain_oauth-0.7.
|
18
|
+
plain_oauth-0.7.3.dist-info/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
|
19
|
+
plain_oauth-0.7.3.dist-info/METADATA,sha256=A7-Hp7DE7cVSEETZx0EPDjT4RiEOIXVocP0a-JbmpFM,10903
|
20
|
+
plain_oauth-0.7.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
21
|
+
plain_oauth-0.7.3.dist-info/RECORD,,
|
File without changes
|