flask-security

Quick and simple security for Flask applications

MIT License

Downloads
189.5K
Stars
634
Committers
164

Bot releases are hidden (Show)

flask-security - 4.1.1 Release

Published by jwag956 about 3 years ago

Very small release - fixes/improves the username support added in 4.1.0.
Minor other fixes - see CHANGES

flask-security - 4.1.0 Release

Published by jwag956 over 3 years ago

A feature release with (hopefully) no backwards compatibility issues.
See CHANGES for a complete list:

  1. Add typing
  2. Add first-class support for username
  3. Add a public API and CLI for changing a user's password.
flask-security - 4.0.1 Release

Published by jwag956 over 3 years ago

A very small release - mostly documentation fixes - thanks to all the early adopters!

flask-security - 4.0.0 Release

Published by jwag956 almost 4 years ago

4.0.0, as a major release, is a non-backwards compatible release of Flask-Security. Please read the release/change notes carefully.

flask-security - Fix CSRF Vulnerability

Published by jwag956 almost 4 years ago

The /login and /change endpoints allowed a GET request to return the users authentication token. That's not good.
Now, as prior to 3.3.0, only successful POSTs can return the token.

flask-security - Release 4.0.0rc1

Published by jwag956 about 4 years ago

4.0.0, as a major release, is a non-backwards compatible release of Flask-Security. Please read the release/change notes carefully.

flask-security - Release 3.4.4

Published by jwag956 over 4 years ago

Fix 3 regressions and a couple other bugs.

flask-security - Release 3.4.3

Published by jwag956 over 4 years ago

Fix a regression in two-factor.

Backport some documentation fixes.

flask-security - 3.4.2 - Move repo to github organization

Published by jwag956 over 4 years ago

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

flask-security - 3.4.1 Bug-Fix Release

Published by jwag956 over 4 years ago

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.

flask-security - 3.4.0 Feature Release

Published by jwag956 over 4 years ago

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.

flask-security - 3.3.3 Release

Published by jwag956 over 4 years ago

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

flask-security - 3.3.2 Release

Published by jwag956 almost 5 years ago

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.

flask-security - 3.3.1 Release

Published by jwag956 almost 5 years ago

A small release:

  • Improved documentation
  • Support for argon2 as a password hash
flask-security - 3.3.0 Release

Published by jwag956 about 5 years ago

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.

flask-security - 3.3.0 Final RC

Published by jwag956 about 5 years ago

Lots of new features, bug fixes, documentation.

Goal is to release this in a week or so.

flask-security - Release 3.3.0rc2

Published by jwag956 about 5 years ago

Please see CHANGES for details.

This rc does contain a new backwards-incompatible change.

flask-security - Release 3.3.0 RC1

Published by jwag956 over 5 years ago

Please see CHANGES in documentation.

flask-security - Release 3.2.0

Published by jwag956 over 5 years ago

Please see CHANGES for a complete list of features and issues fixed.

flask-security - 3.2.0rc4

Published by jwag956 over 5 years ago

Please see CHANGES for details.

Fixed 2 translations issues - labels and error messages.

Package Rankings
Top 1.68% on Pypi.org
Top 9.09% on Alpine-edge
Related Projects