Login with various services

I am looking for options with four inputs on the site

  • Regular registration on the site using an email address and password
  • Facebook
  • Google
  • Twitter

If the user with the email address dave.smith@googlemail.com is the first to register on my site using Google OpenId, is it normal to store their email address?

My plan is that if he comes back and logs in with facebook, to which he registered with the same email address, his account will still be connected.

Is it possible to store user data in my database as follows?

+3
source share
1 answer
+1

All Articles