0shah0
8 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/param_functions.py
|
|
@ -2343,7 +2343,7 @@ def Security( # noqa: N802 |
|
|
|
```python |
|
|
|
from typing import Annotated |
|
|
|
|
|
|
|
from fastapi import Depends, FastAPI |
|
|
|
from fastapi import Security, FastAPI |
|
|
|
|
|
|
|
from .db import User |
|
|
|
from .security import get_current_active_user |
|
|
|