Architecture for merging multiple user accounts together
I am faced with the exact same task at the moment. The design I worked out is rather simple, but it works well. The core idea is that models for a local site identity and the third-party site identities are kept isolated, but are later linked. So every user that logs into the site has … Read more