8000 📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib` by Neizvestnyj · Pull Request #13917 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into fix/added-argon2
  • Loading branch information
YuriiMotov authored Sep 26, 2025
commit 423489048e20e1d8d6918bea66feeac6eb2c35af
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/security/oauth2-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If your database is stolen, the thief won't have your users' plaintext passwords

So, the thief won't be able to try to use that password in another system (as many users use the same password everywhere, this would be dangerous).

## Install `pwdlib`
## Install `pwdlib` { #install-pwdlib }

pwdlib is a great Python package to handle password hashes.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0