plain.oauth 0.11.0__py3-none-any.whl → 0.12.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/urls.py CHANGED
@@ -1,10 +1,9 @@
1
- from plain.urls import RouterBase, include, path, register_router
1
+ from plain.urls import Router, include, path
2
2
 
3
3
  from . import views
4
4
 
5
5
 
6
- @register_router
7
- class Router(RouterBase):
6
+ class OAuthRouter(Router):
8
7
  namespace = "oauth"
9
8
  urls = [
10
9
  include(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.oauth
3
- Version: 0.11.0
3
+ Version: 0.12.0
4
4
  Summary: OAuth login and API access for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -6,7 +6,7 @@ plain/oauth/default_settings.py,sha256=dlN1J9vSOjjxPNLp-0qe-cLTqwM4E69ZAx_8lpxMh
6
6
  plain/oauth/exceptions.py,sha256=TMGtIGkK3_J4rsEy1oPCmia7BnRSK8N8RMZm4_pNelA,189
7
7
  plain/oauth/models.py,sha256=w4cIkMBsjwYD8caXXRdh2WlGzVjwzVGuRDOmvtbAP2k,6861
8
8
  plain/oauth/providers.py,sha256=WMLr9g3S84lfIRFslO0VBCmthMBDQ3GCDLSIquTA_Y0,7138
9
- plain/oauth/urls.py,sha256=OBnn73lu0c9cUMunW9AtkgeSExrksI33MoSuFpBuIlc,733
9
+ plain/oauth/urls.py,sha256=FYzpQwhvZdcat8n3f7RyA-1Q21finKb8JEyakSOjXXg,696
10
10
  plain/oauth/views.py,sha256=G6icfdKkOOOKB00JVN4SCeZmBcGOGUvAgueyvOd9bLI,3042
11
11
  plain/oauth/migrations/0001_initial.py,sha256=tsl9L1tAjtig8pqdRk2emR0CtytfVryijTWTgfYiHjQ,1755
12
12
  plain/oauth/migrations/0002_alter_oauthconnection_options_and_more.py,sha256=3Mb0IU9KDRQfog0PjVbzuNv_AxCs7UVHnA0F263AKNo,581
@@ -15,7 +15,7 @@ plain/oauth/migrations/0004_alter_oauthconnection_access_token_and_more.py,sha25
15
15
  plain/oauth/migrations/0005_alter_oauthconnection_unique_together_and_more.py,sha256=3hmuSvIZhn-haEKOGN3lQzcXD7b_Hy0P8Wa7LOAvJ1k,576
16
16
  plain/oauth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  plain/oauth/templates/oauth/error.html,sha256=xkkWw57sZ3fz4dDfH30SVtq3okJNnJmrSRPfGxrxjh8,108
18
- plain_oauth-0.11.0.dist-info/METADATA,sha256=w8ef0SYTBTOOvb83Hw5aeafRonUonqYJMtxuTQBHG3w,10305
19
- plain_oauth-0.11.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- plain_oauth-0.11.0.dist-info/licenses/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
21
- plain_oauth-0.11.0.dist-info/RECORD,,
18
+ plain_oauth-0.12.0.dist-info/METADATA,sha256=TcpRdu9q_uQiX8o8Co5WzM5Y03X4gBGKiqQz7LVfHA0,10305
19
+ plain_oauth-0.12.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
+ plain_oauth-0.12.0.dist-info/licenses/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
21
+ plain_oauth-0.12.0.dist-info/RECORD,,