Can I support multiple sign-in to Google using the App Engine?

Currently, to switch between multiple Google accounts in the App Engine application, users must log out and log in with each Google account. This will ruin the various Google tools that they open on other tabs if they use the multiple sign-in feature.

Is there a way to offer users the ability to switch between multiple Google accounts in my application? As now users can do in gmail, etc. http://support.google.com/accounts/bin/answer.py?hl=en&answer=1721977

I looked around, but so far I can’t find anyone else, but I apologize if I missed this.

I use App Engine with Python and the standard user service.

+5
source share
1 answer

Unfortunately, this is not supported. I think it's worth sending a feature request to our problem tracker .

+3
source

All Articles