Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintenance: Replace passlib with bcrypt for password hashing #7

Closed
daconjurer opened this issue Jul 21, 2024 · 0 comments · Fixed by #8
Closed

maintenance: Replace passlib with bcrypt for password hashing #7

daconjurer opened this issue Jul 21, 2024 · 0 comments · Fixed by #8
Assignees

Comments

@daconjurer
Copy link
Owner

The tests show the warning passlib - DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13.

The proposed fix is the same as in igorbenav/FastAPI-boilerplate#74.

@daconjurer daconjurer self-assigned this Jul 21, 2024
@daconjurer daconjurer changed the title Replace passlib with bcrypt for password hashing maintenance: Replace passlib with bcrypt for password hashing Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant