Releases: pallets-eco/flask-security
3.4.2 - Move repo to github organization
The flask-security repo was moved to a github organization - Flask-Middleware.
3.4.1 Bug-Fix Release
See CHANGES for details.
Lots of small bug fixes in the new unified sign in feature.
Fixed a regression in the alternative ID feature.
WTForms 2.3.0 just came out - that required a small change.
3.4.0 Feature Release
3.4.0 introduces a few major features:
- pluggable password validation, including a built-in version that does complexity checking and pwned checking.
- a unified sign in mechanism allowing for much more flexible ways for applications to enable authentication - including different forms of identity, and different ways to generate and accept password/pass codes.
Please see the CHANGES document for details.
3.3.3 Release
This fixes minor incompatibilities introduced with the latest Werkzeug and Flask-Login.
3.3.2 Release
Pick up a few regressions and enhance two-factor auth.
There were some behavior regressions in /login w.r.t. already authenticated users - this has been fixed and reverted to prior behavior.
Another bug in 2FA w.r.t. when to generate a new totp secret was fixed.
Added 2FA support into register and confirm - so now all features work well with 2FA.
3.3.1 Release
A small release:
- Improved documentation
- Support for argon2 as a password hash
3.3.0 Release
This fairly large release has a lot of new features, significant performance improvements, some security issues fixed, and some backwards-incompatible changes.
Please review the CHANGES document carefully.
3.3.0 Final RC
Lots of new features, bug fixes, documentation.
Goal is to release this in a week or so.
Release 3.3.0rc2
Please see CHANGES for details.
This rc does contain a new backwards-incompatible change.
Release 3.3.0 RC1
Please see CHANGES in documentation.