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 9fd8bd7 commit 3b89a3aCopy full SHA for 3b89a3a
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.4.6] - 2024-05-06
6
+
7
+### Features
8
9
+- Add custom jwt flow
10
11
## [0.4.5] - 2024-04-25
12
13
### Continuous Integration Pipeline
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
dependencies = ["jwcrypto", "twisted"]
27
-version = "0.4.5"
+version = "0.4.6"
28
29
[project.urls]
30
Documentation = "https://github.com/famedly/synapse-token-authenticator"
0 commit comments