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 9d54133 commit 84064dfCopy full SHA for 84064df
CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+0.11.0 2024-12-26
2
+-----------------
3
+
4
+* Support SECRET_KEY_FALLBACKS when loading tokens to allow for key
5
+ rotation.
6
+* Bugfix ensure user_class is used if set in QuartAuth constructor.
7
+* Support Python 3.13, drop Python 3.8.
8
9
0.10.1 2024-05-18
10
-----------------
11
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "quart-auth"
-version = "0.10.1"
+version = "0.11.0"
description = "A Quart extension to provide secure cookie authentication"
authors = [
{name = "pgjones", email = "[email protected]"},
0 commit comments