From be9ae6f55df3fd48460dd8ea9291f87cd70d54f7 Mon Sep 17 00:00:00 2001 From: "Bryan J." <132493975+chkpwd@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:28:57 -0500 Subject: [PATCH] docs: Fix typo (#931) chore: typo fix Co-authored-by: TwiN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9facb722..87668082 100644 --- a/README.md +++ b/README.md @@ -1683,7 +1683,7 @@ security: password-bcrypt-base64: "JDJhJDEwJHRiMnRFakxWazZLdXBzRERQazB1TE8vckRLY05Yb1hSdnoxWU0yQ1FaYXZRSW1McmladDYu" ``` -> ⚠ Make sure to carefully select to cost of the bcrypt hash. The higher the cost, the longer it takes to compute the hash, +> ⚠ Make sure to carefully select the cost of the bcrypt hash. The higher the cost, the longer it takes to compute the hash, > and basic auth verifies the password against the hash on every request. As of 2023-01-06, I suggest a cost of 9.