简体   繁体   中英

Google Cloud SQL App Engine API authentication

I am planning for an android application that needs database. My plan is to use Google Cloud SQL for database, and build API's using Google App Engine (GAE). I looked into the UserService class provided in the appengine library, developed a simple applcation to authenticate, it redirects users to the google page for login and works fine. If I use this API in an android (or any OS) application, will the user have to sign-in every time the application is launched ? I haven't tried, but I want the user to sign-in only the first time, will GAE work that way ? Just wanted to clarify. Thanks

是的,用户只需要登录一次(即,直到他/她撤销Google安全设置中的权限)。

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