Login System Using Google Cloud Endpoints

房东的猫 提交于 2019-12-11 05:49:25

问题


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.



来源:https://stackoverflow.com/questions/23165549/login-system-using-google-cloud-endpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!