Skip to content

Instantly share code, notes, and snippets.

View ScrimForever's full-sized avatar

Thiago Salgado ScrimForever

View GitHub Profile
from typing import AsyncGenerator, List
from fastapi import Depends
from fastapi_users.db import (
SQLAlchemyBaseOAuthAccountTableUUID,
SQLAlchemyBaseUserTableUUID,
SQLAlchemyUserDatabase,
)
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine