We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2595b commit 739ea27Copy full SHA for 739ea27
CHANGES
@@ -4,6 +4,13 @@ Flask-Security-Invenio Changelog
4
Here you can see the full list of changes between each Flask-Security-Invenio
5
release.
6
7
+Version 3.8.2
8
+-------------
9
+
10
+Released October 20th 2025
11
12
+- fix: handle missing password field in form validation for OAuth/SSO flows
13
14
Version 3.8.1
15
-------------
16
flask_security/__init__.py
@@ -58,7 +58,7 @@
58
url_for_security,
59
)
60
61
-__version__ = "3.8.1"
+__version__ = "3.8.2"
62
__all__ = (
63
"AnonymousUser",
64
"auth_required",
0 commit comments