It'd be great to see Flask-Security gain more prominence (after you change the default away from plaintext of course :)
This was just a test project of mine so I used the settings like this (in my app.py file):
SECURITY_PASSWORD_HASH = 'pbkdf2_sha512' app = Flask(__name__) app.config.from_object(__name__)
It'd be great to see Flask-Security gain more prominence (after you change the default away from plaintext of course :)