Skip to content

Releases: pallets-eco/flask-security

3.4.2 - Move repo to github organization

03 May 01:40
4c38320
Compare
Choose a tag to compare

The flask-security repo was moved to a github organization - Flask-Middleware.

3.4.1 Bug-Fix Release

22 Apr 01:09
b5a8440
Compare
Choose a tag to compare

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

31 Mar 22:26
25adb2e
Compare
Choose a tag to compare

3.4.0 introduces a few major features:

  1. pluggable password validation, including a built-in version that does complexity checking and pwned checking.
  2. 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

11 Feb 01:40
Compare
Choose a tag to compare

This fixes minor incompatibilities introduced with the latest Werkzeug and Flask-Login.

3.3.2 Release

06 Dec 22:33
743be9c
Compare
Choose a tag to compare

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

18 Nov 02:28
f9ca975
Compare
Choose a tag to compare

A small release:

  • Improved documentation
  • Support for argon2 as a password hash

3.3.0 Release

26 Sep 21:07
09fac65
Compare
Choose a tag to compare

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

13 Sep 03:58
dcb973d
Compare
Choose a tag to compare
3.3.0 Final RC Pre-release
Pre-release

Lots of new features, bug fixes, documentation.

Goal is to release this in a week or so.

Release 3.3.0rc2

05 Aug 19:56
33e7c4f
Compare
Choose a tag to compare
Release 3.3.0rc2 Pre-release
Pre-release

Please see CHANGES for details.

This rc does contain a new backwards-incompatible change.

Release 3.3.0 RC1

23 Jul 20:26
4faacd4
Compare
Choose a tag to compare
Release 3.3.0 RC1 Pre-release
Pre-release

Please see CHANGES in documentation.