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 568ac98 commit d72c995Copy full SHA for d72c995
CHANGELOG.md
@@ -2,4 +2,8 @@
2
3
## 1.0.0 (2023-02-19)
4
5
-Initial release
+Initial release
6
+
7
+## 1.0.2 (2024-12-09)
8
9
+- automatically remove query and fragment from url when creating DPoP header
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
name = "SolidClientCredentials"
-version = "1.0.1"
+version = "1.0.2"
description = "Solid authentication with client credentials"
packages = [{ include = "solid_client_credentials" }]
0 commit comments