squallsama
Is it possible to merge accounts when login using different providers such as Google/Apple, but with the same email ?
TL;DR
The issue of account linking has been solved. The solution is to save the user's information when they log in to the app. The OAuth information can be found by iterating over the sessions. It is also possible to see which providers are used by the user to log in. If the email is the same, the same account will be used. Accounts can also be merged when logging in using different providers but with the same email. Drake
The same account is used if the email is the same
squallsama
Nice ! Is it possible to see what providers are used by the user to login ?
Drake
You'd have to iterate over the sessions. That's where the oauth info is
squallsama
Gotcha. Looks like it's easier to save this info when the user logins into the app. Thanks !
Drake
[SOLVED] Account linking
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something