Skip to content

Releases: pallets-eco/flask-security

Release 5.5.2

04 Aug 19:17
Compare
Choose a tag to compare

Fix to publish to both flask-security and flask-security-too

5.5.1

01 Aug 16:24
Compare
Choose a tag to compare

Flask-Security-Too is now part os pallets-eco and is now the official Flask-Security.
This release changes docs, links, etc.

There are NO code changes.

Release 5.5.0

24 Jul 20:02
49a7429
Compare
Choose a tag to compare

A small feature release including:

  • a new 'change email' feature
  • convert SQLalchemy access to modern select(xx).where(xx) syntax
  • support for Flask-SQLAlchemy-Lite
  • change default password hash to argon2
  • auth tokens now support freshness checks
  • drop python 3.8 support

See Changes for complete list and any backwards compatibility concerns.

Release 5.4.3

23 Mar 15:34
7481d43
Compare
Choose a tag to compare

A few small fixes.

Release 5.4.2

09 Mar 01:55
96e8f04
Compare
Choose a tag to compare

Lost API docs - that's not good.

Release 5.4.1

27 Feb 05:21
e94e1df
Compare
Choose a tag to compare

Features and fixes release.
As always - consult CHANGES for complete details.

Note: 5.4.0 had some logistics issues - so this is 5.4.1

5.3.3 Release

30 Dec 01:11
8b5abc4
Compare
Choose a tag to compare

5.3.2 Release

24 Oct 02:21
2555df3
Compare
Choose a tag to compare

Small bug-fix release - with many JSON API documentation fixes.

5.3.1 Release

15 Oct 01:42
d848340
Compare
Choose a tag to compare

A small release to support latest Flask/Werkzeug and pick up some small bug fixes.

Please read CHANGES/release note carefully.

Release 5.3.0

26 Jul 19:08
da27bb0
Compare
Choose a tag to compare

Improvements to recoverability and confirmation to align with OWASP best practices and reduce possible exploitation.

See Changes for complete list and any backwards compatibility concerns.