pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
fastapi/security/http.py
|
|
@ -122,7 +122,6 @@ class HTTPBasic(HTTPBase): |
|
|
# FastAPI behavior: do NOT include realm in header |
|
|
# FastAPI behavior: do NOT include realm in header |
|
|
return {"WWW-Authenticate": "Basic"} |
|
|
return {"WWW-Authenticate": "Basic"} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def make_authenticate_headers(self) -> dict[str, str]: |
|
|
def make_authenticate_headers(self) -> dict[str, str]: |
|
|
return {"WWW-Authenticate": "Basic"} |
|
|
return {"WWW-Authenticate": "Basic"} |
|
|
|
|
|
|
|
|
|