Can you give me some tips in saving user details during social media authentication. Should i save the directly to the users table, or create a new table for social authentications? Data synchronization is good but if there an instances like:
- An existing email address when login / register via social media?
- Security issues about tokens etc.
How can i handle this scenario?