We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539c763 commit be9ae6fCopy full SHA for be9ae6f
README.md
@@ -1683,7 +1683,7 @@ security:
1683
password-bcrypt-base64: "JDJhJDEwJHRiMnRFakxWazZLdXBzRERQazB1TE8vckRLY05Yb1hSdnoxWU0yQ1FaYXZRSW1McmladDYu"
1684
```
1685
1686
-> ⚠ 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,
1687
> and basic auth verifies the password against the hash on every request. As of 2023-01-06, I suggest a cost of 9.
1688
1689
0 commit comments