Rank 2: Process
On my application, I give users the ability to browse as an anonymous user via createAnonymousSession. I see that a new Anonymous user is created, with unique random UUID associated with it. However, when I let users register via the OAuth2 flow, they get succesfully registered as a user with a different user UUID. Based on the docs, I would not have expected this:"to allow the new user to convert an anonymous account to a normal account, you need to update its email and password or create an OAuth2 session." Is there a way to persist the uuid that's being assigned at the anonymous session to the registered user? What might I be doing wrong? CC @JurgenForster