full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

♻️ Use bcrypt directly instead of passlib

Open karta9821 opened this issue 8 months ago • 2 comments

The passlib library, previously used for password hashing in this project, is no longer actively maintained — its last update was over 4 years ago. This has been confirmed here: link to the issue.

To improve long-term security and maintainability, this PR replaces passlib with direct usage of the bcrypt library, which is actively maintained and widely used for secure password hashing.

Discussion: https://github.com/fastapi/full-stack-fastapi-template/discussions/1369

karta9821 avatar Apr 07 '25 19:04 karta9821