mcp-auth-middleware 0.1.0__tar.gz → 0.1.1__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.
- {mcp_auth_middleware-0.1.0/mcp_auth_middleware.egg-info → mcp_auth_middleware-0.1.1}/PKG-INFO +3 -2
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1/mcp_auth_middleware.egg-info}/PKG-INFO +3 -2
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/pyproject.toml +3 -2
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/CHANGELOG.md +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/LICENSE +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/MANIFEST.in +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/README.md +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware/__init__.py +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware/cli.py +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware/middleware.py +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware/py.typed +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware/verifier.py +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/SOURCES.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/dependency_links.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/entry_points.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/requires.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/top_level.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/requirements.txt +0 -0
- {mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/setup.cfg +0 -0
{mcp_auth_middleware-0.1.0/mcp_auth_middleware.egg-info → mcp_auth_middleware-0.1.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-auth-middleware
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: JWE authentication middleware for MCP/Starlette applications
|
|
5
5
|
Author: Aurel Bartmann
|
|
6
6
|
License: MIT
|
|
@@ -13,10 +13,11 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Framework :: FastAPI
|
|
17
18
|
Classifier: Topic :: Security
|
|
18
19
|
Classifier: Topic :: Security :: Cryptography
|
|
19
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.12
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
21
22
|
License-File: LICENSE
|
|
22
23
|
Requires-Dist: python-jose[cryptography]>=3.5.0
|
{mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1/mcp_auth_middleware.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-auth-middleware
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: JWE authentication middleware for MCP/Starlette applications
|
|
5
5
|
Author: Aurel Bartmann
|
|
6
6
|
License: MIT
|
|
@@ -13,10 +13,11 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Framework :: FastAPI
|
|
17
18
|
Classifier: Topic :: Security
|
|
18
19
|
Classifier: Topic :: Security :: Cryptography
|
|
19
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.12
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
21
22
|
License-File: LICENSE
|
|
22
23
|
Requires-Dist: python-jose[cryptography]>=3.5.0
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mcp-auth-middleware"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "JWE authentication middleware for MCP/Starlette applications"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
|
-
requires-python = ">=3.
|
|
11
|
+
requires-python = ">=3.12"
|
|
12
12
|
authors = [
|
|
13
13
|
{ name = "Aurel Bartmann" },
|
|
14
14
|
]
|
|
@@ -18,6 +18,7 @@ classifiers = [
|
|
|
18
18
|
"Intended Audience :: Developers",
|
|
19
19
|
"License :: OSI Approved :: MIT License",
|
|
20
20
|
"Programming Language :: Python :: 3.13",
|
|
21
|
+
"Programming Language :: Python :: 3.12",
|
|
21
22
|
"Framework :: FastAPI",
|
|
22
23
|
"Topic :: Security",
|
|
23
24
|
"Topic :: Security :: Cryptography",
|
|
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
|
{mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/requires.txt
RENAMED
|
File without changes
|
{mcp_auth_middleware-0.1.0 → mcp_auth_middleware-0.1.1}/mcp_auth_middleware.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|