Omar Mokhtar
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/security/http.py
|
|
@ -15,7 +15,7 @@ from typing_extensions import Annotated, Doc |
|
|
|
|
|
|
|
class HTTPBasicCredentials(BaseModel): |
|
|
|
""" |
|
|
|
The HTTP Basic credendials given as the result of using `HTTPBasic` in a |
|
|
|
The HTTP Basic credentials given as the result of using `HTTPBasic` in a |
|
|
|
dependency. |
|
|
|
|
|
|
|
Read more about it in the |
|
|
|