igorbenav / FastAPI-boilerplate

An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.
MIT License
589 stars 69 forks source link

passlib replaced with bcrypt for password hashing #74

Closed igorbenav closed 9 months ago

igorbenav commented 9 months ago

Closes #2

Warning passlib - DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 no longer being raised in tests.