We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaba1b4 commit 80c9eceCopy full SHA for 80c9ece
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.6.2
2
+- Fix `MAuthASGIMiddleware` signature validation when the full URL path is split
3
+ between `root_path` and `path` in the request scope.
4
+
5
# 1.6.1
6
- Fix `MAuthWSGIMiddleware` to return a string for "status" and to properly set
7
content-length header.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mauth-client"
-version = "1.6.1"
+version = "1.6.2"
description = "MAuth Client for Python"
repository = "https://github.com/mdsol/mauth-client-python"
authors = ["Medidata Solutions <support@mdsol.com>"]
0 commit comments