I didn"t want to register repeatedly, but wanted to integrate into a microservice, so I began to search, think, and design, but I encountered a key problem as I walked:
where should I put my user data?
the reason for this confusion is to consider the following things:
1.:...
2....
3.
4.
I"m not asking how to unify authentication. I want to know more about the architecture design of services, especially when designing data structures.
for example: how are Ali"s services (Taobao, Tmall, Alipay.) designed for their user data structure?
as far as the results are concerned, there should be only two orientations: user information management is either managed on the side of the unified authentication service, or distributed to each application system for its own management.