Login System Using Google Cloud Endpoints

2019-08-06 19:56发布

问题:

How can I use oauth to make a login System using google cloud Endpoints?

Thanks.

回答1:

Your question is a little vague, but this is a basic workflow.

Usually the login system is different from the users profile. Authenticate the user using Oauth natively on the client - the authentication will return a profile id. Use that profile id to create a profile for the user on your system.