Google Signup API Registering User from any website signup page

I have a query for Register a new user on my personal account. For example, When users come to my website they register/signup on that. Is that any possible way while registering the user on my website it becomes registered as well on the google account? The information of the user's stored in my DB. I don't want to notify the user it registers on the google account. Is google provide any API services for that.

@cryptochrome 

@icrew 

Solved Solved
0 2 1,454
1 ACCEPTED SOLUTION

depends on your use case, if you want to offload identity management to Google, then you may consider https://cloud.google.com/identity-platform which would allow you to create/manage/authenticate identities in your website/app.

However, if its about gmail account, then no.

View solution in original post

2 REPLIES 2

depends on your use case, if you want to offload identity management to Google, then you may consider https://cloud.google.com/identity-platform which would allow you to create/manage/authenticate identities in your website/app.

However, if its about gmail account, then no.

Google does provide APIs that allow you to integrate Google Sign-In functionality into your website or application. Using Google Sign-In, users can register or sign up on your website using their Google account credentials. However, there are some important points to consider:

  • When integrating Google Sign-In, it is essential to follow Google's policies and obtain user consent. Users should be made aware that they are signing up or registering on your website using their Google account.
  • When using Google Sign-In, you'll be collecting and storing user data in your database. It is crucial to comply with data privacy regulations and ensure that you handle user data securely.
  • You mentioned that you don't want to notify the user that they are being registered on their Google account. It's important to note that transparency and user consent are fundamental principles when dealing with user data. Trying to silently register users on their Google accounts without their knowledge or consent may violate Google's policies and could lead to consequences.
Top Labels in this Space
Top Solution Authors