You've already forked RekomenciBackend
feat(): yandex and email sign in
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
from dishka import BaseScope, Provider, Scope, provide_all
|
||||
|
||||
from template_project.application.auth_identity.interactors.sign_up import AuthIdentityInteractor
|
||||
from template_project.application.auth_identity.interactors.sign_in import SignInInteractor
|
||||
from template_project.application.auth_identity.interactors.sign_up import SignUpInteractor
|
||||
|
||||
|
||||
class InteractorProvider(Provider):
|
||||
scope: BaseScope | None = Scope.REQUEST
|
||||
|
||||
interactors = provide_all(
|
||||
AuthIdentityInteractor,
|
||||
SignInInteractor,
|
||||
SignUpInteractor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user