Browse Source

✏️ Fix grammar typo in HTTP Basic Auth docs: "a type of attacks" -> "a type of attack"

pull/15837/head
Imann Brar 4 weeks ago
parent
commit
2fa5606c48
  1. 2
      docs/en/docs/advanced/security/http-basic-auth.md

2
docs/en/docs/advanced/security/http-basic-auth.md

@ -50,7 +50,7 @@ if not (credentials.username == "stanleyjobson") or not (credentials.password ==
...
```
But by using the `secrets.compare_digest()` it will be secure against a type of attacks called "timing attacks".
But by using the `secrets.compare_digest()` it will be secure against a type of attack called "timing attacks".
### Timing Attacks { #timing-attacks }

Loading…
Cancel
Save