Eliminated the `RevokedToken` model and associated logic for managing token revocation. Removed unused files, related tests, and outdated dependencies in authentication modules. Simplified token decoding, user validation, and dependency injection by streamlining the flow and enhancing maintainability.
4 lines
52 B
Python
4 lines
52 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter()
|