hey folks, sort of an architecture question here, ...
# general
w
hey folks, sort of an architecture question here, wasn't sure where to put it. Is it generally considered best practice to store all the information pertaining to the user in kratos, or is it better to only use it as a login / registration service and have a separate user service that is loosely coupled with ory ? The schema is quite large and my problem is the dependency on the ory sdk across every service that may need to access the user