
- Removed unused imports in deps.py, routes/auth.py, and models/user.py - Code is now lint-free and follows best practices - Complete FastAPI user authentication service with JWT token support generated with BackendIM... (backend.im)
2 lines
133 B
Python
2 lines
133 B
Python
from app.schemas.user import User, UserCreate, UserInDB, UserUpdate # noqa
|
|
from app.schemas.token import Token, TokenPayload # noqa |