flask-security icon indicating copy to clipboard operation
flask-security copied to clipboard

Update default password hash to argon2, set default auth_token timeout to something sane

Open jwag956 opened this issue 11 months ago • 0 comments

This is what all the cool kids are using. bcrypt is still supported - but not recommended. auth_tokens defaults have always been 'no expiration' - that's crazy.

This needs to be on a major or minor release.

jwag956 avatar Mar 05 '24 01:03 jwag956