pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
649 stars 154 forks source link

Passlib dependency #1032

Open david-froot opened 1 month ago

david-froot commented 1 month ago

This package depends on passlib which is out of date (last updated in Oct 2020) and depends on crypt which is removed in Python 3.13. Suggest replacing with bcrypt.

jwag956 commented 1 month ago

This fork: https://pypi.org/project/libpass/ looks promising. I am going to let that settle a bit before converting over.