maquinaweb-shared-auth 0.1.8__py3-none-any.whl → 0.1.9__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.

Potentially problematic release.


This version of maquinaweb-shared-auth might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maquinaweb-shared-auth
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Models read-only para autenticação compartilhada entre projetos Django.
5
5
  Author-email: Seu Nome <seuemail@dominio.com>
6
6
  License: MIT
@@ -10,9 +10,9 @@ shared_auth/middleware.py,sha256=4IUr5qWEpJfhwCkUTxv8jkcltasn2ZFuCWL93qrK6jI,627
10
10
  shared_auth/mixins.py,sha256=3ARghQ4TvtENKoA5UTOHTrRHa6ufMRVJJHGFkV8-BL8,7550
11
11
  shared_auth/models.py,sha256=tMT84SA99V7lt-nfvP73fklN6pAidWxgHO04NgEZh3M,5342
12
12
  shared_auth/permissions.py,sha256=t1YVLBKnpAo4pmSNvqC9mW08CdOE99q2fpf-Heuo_Bs,2712
13
- shared_auth/router.py,sha256=SbM5YEoxxg2zMns1kfFmsK9YrgqqVfc4-riniYY7rbQ,651
13
+ shared_auth/router.py,sha256=bpVfkiR97DB9oxr-9_yHL6E_82RIRsYUpQ5zmUukdQ8,659
14
14
  shared_auth/serializers.py,sha256=TDpuZVsOL-6igINSOOOyELWbTUeet4XWRoBkvcMGjW4,4290
15
- maquinaweb_shared_auth-0.1.8.dist-info/METADATA,sha256=WMNJObfGD6DhTXlqScKnEBlL68x8qlWOPhEeJrNhuig,27150
16
- maquinaweb_shared_auth-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- maquinaweb_shared_auth-0.1.8.dist-info/top_level.txt,sha256=msyYRy02ZV7zz7GR1raUI5LXGFIFn2TIkgkeKZqKufE,12
18
- maquinaweb_shared_auth-0.1.8.dist-info/RECORD,,
15
+ maquinaweb_shared_auth-0.1.9.dist-info/METADATA,sha256=Ke3RbT9fbhwInugVT8DM8mUprN-sYPDGijXGpr5rJ-U,27150
16
+ maquinaweb_shared_auth-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ maquinaweb_shared_auth-0.1.9.dist-info/top_level.txt,sha256=msyYRy02ZV7zz7GR1raUI5LXGFIFn2TIkgkeKZqKufE,12
18
+ maquinaweb_shared_auth-0.1.9.dist-info/RECORD,,
shared_auth/router.py CHANGED
@@ -3,7 +3,7 @@ class SharedAuthRouter:
3
3
  Direciona queries dos models compartilhados para o banco correto
4
4
  """
5
5
 
6
- route_app_labels = {"shared_auth"}
6
+ route_app_labels = {"shared_auth", "auth"}
7
7
 
8
8
  def db_for_read(self, model, **hints):
9
9
  if model._meta.app_label in self.route_app_labels: