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

Replace passlib by bcrypt #452

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Replace passlib by bcrypt #452

merged 1 commit into from
Feb 9, 2024

Conversation

evroon
Copy link
Owner

@evroon evroon commented Feb 9, 2024

fixes #451

Old password hashes are still valid

@evroon evroon self-assigned this Feb 9, 2024
Copy link

vercel bot commented Feb 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bracket ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2024 3:38pm

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5e6ac5b) 90.14% compared to head (53e6fa3) 90.14%.

Files Patch % Lines
backend/bracket/routes/users.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  Coverage   90.14%   90.14%           
=======================================
  Files          96       96           
  Lines        3288     3289    +1     
=======================================
+ Hits         2964     2965    +1     
  Misses        324      324           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evroon evroon merged commit 512166e into master Feb 9, 2024
6 checks passed
@evroon evroon deleted the replace-passlib-by-bcrypt branch February 9, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace passlib by bcrypt itself
1 participant