Skip to content

Commit 08288df

Browse files
committed
Final commit for 5.8.0
1 parent 7ee1e83 commit 08288df

23 files changed

Lines changed: 2254 additions & 1942 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
66
Version 5.8.0
77
-------------
88

9-
Released TBD
9+
Released April 15, 2026
1010

1111
Features & Improvements
1212
+++++++++++++++++++++++
@@ -15,13 +15,14 @@ Features & Improvements
1515
- (:issue:`1178`) Add Cache-Control headers.
1616
- (:issue:`1165`) Add support for using Social Login (OAuth) for verification.
1717
- (:issue:`1188`) Add tracking of failed authentication attempts via :py:meth:`.UserMixin.track_failed_authn`
18-
and :py:data:`user_failed_authn`
19-
- (:issue:`1192`) Add API for application to decide if a particular user should be allowed to authenticate.
18+
and signal :py:data:`user_failed_authn`
19+
- (:issue:`1192`) Add API for application to decide if a particular user account is locked.
2020

2121
Fixes
2222
+++++
2323
- (:issue:`1179`) Fix verify_password for bcrypt 5.0 (mephi42)
2424
- (:issue:`1200`) Fix username_recovery w.r.t. inactive and non-confirmed users
25+
- (:issue:`1189`) Return additional fields for JSON responses with QR codes
2526

2627
Docs and Chores
2728
+++++++++++++++
@@ -30,6 +31,7 @@ Docs and Chores
3031
- (:pr:`1152`) Update es_ES translations (arielvb)
3132
- (:pr:`1196`) Update arabic translations (samialfattani)
3233
- (:pr:`1199`) Update it_IT translations (gissimo)
34+
- (:pr:`1185`) Change external facing terminology from 'Social OAuth' to 'Social Login'.
3335

3436
Version 5.7.1
3537
-------------

0 commit comments

Comments
 (0)