Rafal Skolasinski
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fastapi/security/oauth2.py
|
|
@ -353,7 +353,7 @@ class OAuth2(SecurityBase): |
|
|
|
bool, |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
By default, if no HTTP Auhtorization header is provided, required for |
|
|
|
By default, if no HTTP Authorization header is provided, required for |
|
|
|
OAuth2 authentication, it will automatically cancel the request and |
|
|
|
send the client an error. |
|
|
|
|
|
|
|