简体   繁体   中英

How to use google api to sign up in python?

I am building a login application in python and kivy. So far, I have created a database and the signup is possible. I want to be able to sign up with a google account. What and how can I use?

You can use the Google Sign-In For Websites for this. Please see https://developers.google.com/identity/sign-in/web/sign-in .

考虑到您有一个桌面应用程序并且想要通过 Google 帐户进行身份验证,我建议您按照此处指定的步骤操作: OAuth 2.0 for Mobile & Desktop Apps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM