I development multi subdomain website with separated databases with sso, like as:
www.example.com (corporate web & shop) - www_db
blog.example.com - blog_db
forum.example.com - forum_db
account.example.com - login, register, account_db (users)
and I have one problem, on the forum, users must can to add posts, and then when render posts list, I have to take user data with each post: username, avatar, etc., but since users and posts are in different databases, how can I do this?
I can't understand how it's release, I think getting users by user_ids from posts via API, but it's too many requests