Surav Shrestha
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
-
docs/en/docs/reference/dependencies.md
|
|
@ -18,7 +18,7 @@ from fastapi import Depends |
|
|
|
## `Security()` |
|
|
|
|
|
|
|
For many scenarios, you can handle security (authorization, authentication, etc.) with |
|
|
|
dependendencies, using `Depends()`. |
|
|
|
dependencies, using `Depends()`. |
|
|
|
|
|
|
|
But when you want to also declare OAuth2 scopes, you can use `Security()` instead of |
|
|
|
`Depends()`. |
|
|
|