feat(): yandex sign up interactor

This commit is contained in:
doas root
2025-11-18 23:53:58 +03:00
parent beeca57c1e
commit 0992e6c038
9 changed files with 93 additions and 5 deletions
@@ -1,10 +1,10 @@
from typing import override, Any
from json import JSONDecodeError
from typing import Any, override
import httpx
from template_project.application.common.containers import SecretString
from template_project.application.common.oauth_client import (
from template_project.application.common.oauth.yandex import (
OAuthClient,
OAuthExchangeCodeError,
OAuthLoadUserInfoError,