navigator-auth 0.17.1__tar.gz → 0.17.2__tar.gz
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.
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/PKG-INFO +3 -1
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/version.py +1 -1
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/PKG-INFO +3 -1
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/requires.txt +2 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/pyproject.toml +2 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/CHANGES.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/LICENSE +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/MANIFEST.in +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/Makefile +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/README.md +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/Makefile +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/api.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/authors.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/changelog.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/changes.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/code-of-conduct.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/conf.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/config.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/index.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/make.bat +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/policies.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/requirements-dev.txt +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/requirements.txt +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/security.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/docs/settings.rst +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/audit.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/context.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/decorators.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/errors.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/guardian.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/middleware.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/pdp.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/environment.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/evaluator.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/file.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/obj.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/policy.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/resource_policy.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/resources.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policyhandler.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/storages/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/storages/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/storages/db.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/storages/pg.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/auth.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/allow_hosts.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/hosts.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/useragent.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/adfs.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/api.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/internal.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/azure.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/basic.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/django.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/external.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/github.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/google.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/idp/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/idp/code.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/jwksutils.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/noauth.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/backend.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/client_backend.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/code_backend.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/ddl.sql +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/models.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/okta.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/saml.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/token.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/troc.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/conf.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/decorators.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/exceptions.c +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/exceptions.pxd +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/exceptions.pyx +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/groups.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/handler.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/model.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/partners.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/permissions.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/recovery.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/userattrs.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/users/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/users/passwd.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/users/session.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/handlers/users/user.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/identities.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/cipher.cpp +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/cipher.pyx +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/json.cpp +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/json.pyx +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/parser.cpp +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/libs/parser.pyx +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/apikey.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/django.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/jwt.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/security.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/token.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/middlewares/troc.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/models.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/py.typed +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/responses.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/storages/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/storages/abstract.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/storages/postgres.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/storages/redis.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/templates.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/uv.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/SOURCES.txt +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/dependency_links.txt +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/top_level.txt +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/setup.cfg +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/setup.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/__init__.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_allowed.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_login.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_policy.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_policy_conditions.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_policy_evaluation.py +0 -0
- {navigator_auth-0.17.1 → navigator_auth-0.17.2}/tests/test_policy_object.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: navigator-auth
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.2
|
|
4
4
|
Summary: Navigator Auth is an Authentication/Authorization Toolkit for aiohttp.
|
|
5
5
|
Author-email: Jesus Lara Gimenez <jesuslarag@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,6 +45,8 @@ Requires-Dist: navigator-session>=0.6.5
|
|
|
45
45
|
Requires-Dist: navigator-api>=0.5.0
|
|
46
46
|
Requires-Dist: pydantic>=2.12.5
|
|
47
47
|
Requires-Dist: python3-saml>=1.16.0
|
|
48
|
+
Requires-Dist: lxml>=6.0.2
|
|
49
|
+
Requires-Dist: xmlsec>=1.3.17
|
|
48
50
|
Provides-Extra: uvloop
|
|
49
51
|
Requires-Dist: uvloop>=0.20.0; extra == "uvloop"
|
|
50
52
|
Dynamic: license-file
|
|
@@ -7,7 +7,7 @@ __title__ = "navigator_auth"
|
|
|
7
7
|
__description__ = (
|
|
8
8
|
"Navigator Auth is an Authentication/Authorization Toolkit for aiohttp."
|
|
9
9
|
)
|
|
10
|
-
__version__ = "0.17.
|
|
10
|
+
__version__ = "0.17.2" # pragma: no cover
|
|
11
11
|
__author__ = "Jesus Lara"
|
|
12
12
|
__author_email__ = "jesuslarag@gmail.com"
|
|
13
13
|
__copyright__ = "Copyright (c) 2019-2025 Jesus Lara"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: navigator-auth
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.2
|
|
4
4
|
Summary: Navigator Auth is an Authentication/Authorization Toolkit for aiohttp.
|
|
5
5
|
Author-email: Jesus Lara Gimenez <jesuslarag@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,6 +45,8 @@ Requires-Dist: navigator-session>=0.6.5
|
|
|
45
45
|
Requires-Dist: navigator-api>=0.5.0
|
|
46
46
|
Requires-Dist: pydantic>=2.12.5
|
|
47
47
|
Requires-Dist: python3-saml>=1.16.0
|
|
48
|
+
Requires-Dist: lxml>=6.0.2
|
|
49
|
+
Requires-Dist: xmlsec>=1.3.17
|
|
48
50
|
Provides-Extra: uvloop
|
|
49
51
|
Requires-Dist: uvloop>=0.20.0; extra == "uvloop"
|
|
50
52
|
Dynamic: license-file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/abac/policies/resource_policy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/authorizations/allow_hosts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/__init__.py
RENAMED
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/abstract.py
RENAMED
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/attributes/internal.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/client_backend.py
RENAMED
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth/backends/oauth2/code_backend.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{navigator_auth-0.17.1 → navigator_auth-0.17.2}/navigator_auth.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|