Flask-Middleware/flask-security

Potential breaking changes

jwag956 opened this issue · 1 comments

Possible 4.0 ideas

  • add username to register form/template (this might actually be backwards compat). Not for 4.0
  • drop py 2.7 support
  • Drop token cache (now that we have uniquifier)
  • add authentication_token set to get_security_payload rather than hard wiring it. - Bad Idea!
  • convert TFA re-validate to new 'fresh' model.
  • Remove dependency on Flask-Mail
  • Remove authtoken based on password (require fs_uniquifier)
  • Remove get_user

We are done for 4.0