Skip to content

Commit

Permalink
docs: Fix typo (#931)
Browse files Browse the repository at this point in the history
chore: typo fix

Co-authored-by: TwiN <[email protected]>
  • Loading branch information
chkpwd and TwiN authored Dec 14, 2024
1 parent 539c763 commit be9ae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit be9ae6f

Please sign in to comment.