David Huser
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
fastapi/security/oauth2.py
-
fastapi/security/open_id_connect_url.py
|
|
@ -441,7 +441,7 @@ class OAuth2PasswordBearer(OAuth2): |
|
|
|
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. |
|
|
|
|
|
|
@ -543,7 +543,7 @@ class OAuth2AuthorizationCodeBearer(OAuth2): |
|
|
|
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. |
|
|
|
|
|
|
|
|
|
@ -49,7 +49,7 @@ class OpenIdConnect(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 |
|
|
|
OpenID Connect authentication, it will automatically cancel the request |
|
|
|
and send the client an error. |
|
|
|
|
|
|
|