""" Router endpoints for auth module Contains oauth registration Endpoints: """ from fastapi import APIRouter router = APIRouter( tags=["auth"], )