plain.oauth 0.7.4__py3-none-any.whl → 0.8.0__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 +0 -2
- plain/oauth/staff.py +2 -2
- {plain_oauth-0.7.4.dist-info → plain_oauth-0.8.0.dist-info}/METADATA +10 -23
- {plain_oauth-0.7.4.dist-info → plain_oauth-0.8.0.dist-info}/RECORD +10 -10
- {plain_oauth-0.7.4.dist-info → plain_oauth-0.8.0.dist-info}/WHEEL +1 -1
- {plain_oauth-0.7.4.dist-info → plain_oauth-0.8.0.dist-info/licenses}/LICENSE +0 -0
plain/oauth/README.md
CHANGED
plain/oauth/staff.py
CHANGED
@@ -3,7 +3,7 @@ from plain.staff.cards import ChartCard
|
|
3
3
|
from plain.staff.views import (
|
4
4
|
StaffModelDetailView,
|
5
5
|
StaffModelListView,
|
6
|
-
|
6
|
+
StaffViewset,
|
7
7
|
register_viewset,
|
8
8
|
)
|
9
9
|
|
@@ -34,7 +34,7 @@ class ProvidersChartCard(ChartCard):
|
|
34
34
|
|
35
35
|
|
36
36
|
@register_viewset
|
37
|
-
class OAuthConnectionViewset(
|
37
|
+
class OAuthConnectionViewset(StaffViewset):
|
38
38
|
class ListView(StaffModelListView):
|
39
39
|
nav_section = "OAuth"
|
40
40
|
model = OAuthConnection
|
@@ -1,29 +1,17 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plain.oauth
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.8.0
|
4
4
|
Summary: OAuth login and API access for Plain.
|
5
|
-
|
6
|
-
License: BSD-3-Clause
|
7
|
-
|
8
|
-
|
9
|
-
Requires-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
Classifier: Programming Language :: Python :: 3.12
|
14
|
-
Classifier: Programming Language :: Python :: 3.13
|
15
|
-
Requires-Dist: plain (<1.0.0)
|
16
|
-
Requires-Dist: plain.auth (<1.0.0)
|
17
|
-
Requires-Dist: plain.models (<1.0.0)
|
18
|
-
Requires-Dist: requests
|
19
|
-
Project-URL: Documentation, https://plainframework.com/docs/
|
20
|
-
Project-URL: Repository, https://github.com/dropseed/plain
|
5
|
+
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
|
6
|
+
License-Expression: BSD-3-Clause
|
7
|
+
License-File: LICENSE
|
8
|
+
Requires-Python: >=3.11
|
9
|
+
Requires-Dist: plain-auth<1.0.0
|
10
|
+
Requires-Dist: plain-models<1.0.0
|
11
|
+
Requires-Dist: plain<1.0.0
|
12
|
+
Requires-Dist: requests>=2.0.0
|
21
13
|
Description-Content-Type: text/markdown
|
22
14
|
|
23
|
-
<!-- This file is compiled from plain-oauth/plain/oauth/README.md. Do not edit this file directly. -->
|
24
|
-
|
25
|
-
<!-- This file is compiled from plain-oauth/plain/oauth/README.md. Do not edit this file directly. -->
|
26
|
-
|
27
15
|
# plain.oauth
|
28
16
|
|
29
17
|
Let users log in with OAuth providers.
|
@@ -323,4 +311,3 @@ This is the Django setting you're probably looking for:
|
|
323
311
|
```python
|
324
312
|
HTTPS_PROXY_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
325
313
|
```
|
326
|
-
|
@@ -1,21 +1,21 @@
|
|
1
|
-
plain/oauth/README.md,sha256=
|
1
|
+
plain/oauth/README.md,sha256=RWGb-KlcYm6etIKAgypE7qqzmgRWskAaVdKxfrXybV8,9901
|
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
|
5
5
|
plain/oauth/exceptions.py,sha256=TMGtIGkK3_J4rsEy1oPCmia7BnRSK8N8RMZm4_pNelA,189
|
6
|
+
plain/oauth/models.py,sha256=JKST_orOFzywvtoQbrTO9cn7lKLJgjaBUJTN9RqXw7c,6843
|
7
|
+
plain/oauth/providers.py,sha256=CqZg5pkB7yLK2Fkbc3dpY9ioYeh5tVoEuiJf1qn1qDM,7150
|
8
|
+
plain/oauth/staff.py,sha256=3RvJEFGVQ9gbVDi0d_EphrQg0NpwuS4YKOqIMMmj9q4,1278
|
9
|
+
plain/oauth/urls.py,sha256=NyP_yDKayJYrCdw4oNVHUmtjbLNfzdnpdWc-eOsMlDM,676
|
10
|
+
plain/oauth/views.py,sha256=G6icfdKkOOOKB00JVN4SCeZmBcGOGUvAgueyvOd9bLI,3042
|
6
11
|
plain/oauth/migrations/0001_initial.py,sha256=8-JR2McXDUNRhMRUrrZPqzRNpdROfCsIo5Qkndkn-pg,1756
|
7
12
|
plain/oauth/migrations/0002_alter_oauthconnection_options_and_more.py,sha256=3Mb0IU9KDRQfog0PjVbzuNv_AxCs7UVHnA0F263AKNo,581
|
8
13
|
plain/oauth/migrations/0003_alter_oauthconnection_access_token_and_more.py,sha256=XSd_b8fbFyJQ9Hl117KH9g0-jOzXgekARBAtQqE9G14,625
|
9
14
|
plain/oauth/migrations/0004_alter_oauthconnection_access_token_and_more.py,sha256=ewMJTajyqbyYsxmJqlGtgc3fZPlqZWhX-Fnect1xgnQ,648
|
10
15
|
plain/oauth/migrations/0005_alter_oauthconnection_unique_together_and_more.py,sha256=3hmuSvIZhn-haEKOGN3lQzcXD7b_Hy0P8Wa7LOAvJ1k,576
|
11
16
|
plain/oauth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
plain/oauth/models.py,sha256=JKST_orOFzywvtoQbrTO9cn7lKLJgjaBUJTN9RqXw7c,6843
|
13
|
-
plain/oauth/providers.py,sha256=CqZg5pkB7yLK2Fkbc3dpY9ioYeh5tVoEuiJf1qn1qDM,7150
|
14
|
-
plain/oauth/staff.py,sha256=NtmyFURkKMH6hRp7sjl8FUWYOGSA7M0tLKRyXUciPj4,1288
|
15
17
|
plain/oauth/templates/oauth/error.html,sha256=xkkWw57sZ3fz4dDfH30SVtq3okJNnJmrSRPfGxrxjh8,108
|
16
|
-
|
17
|
-
|
18
|
-
plain_oauth-0.
|
19
|
-
plain_oauth-0.
|
20
|
-
plain_oauth-0.7.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
21
|
-
plain_oauth-0.7.4.dist-info/RECORD,,
|
18
|
+
plain_oauth-0.8.0.dist-info/METADATA,sha256=Ls2iNx-EEM0bpRkTXC0ZM6swQtHQ-n7tj1D5wZwj5tU,10304
|
19
|
+
plain_oauth-0.8.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
20
|
+
plain_oauth-0.8.0.dist-info/licenses/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
|
21
|
+
plain_oauth-0.8.0.dist-info/RECORD,,
|
File without changes
|