How to check Google App Engine in place with a real Google account?

Is it possible to locally test an App Engine application with real Google login and not test@example.com ?

I am trying to save on deployment to verify OAuth authentication, and I hope this is possible.

Thanks a lot Charlie

+4
source share
1 answer

No, you cannot use your real one, but instead of test@example.com you can use whatever you want to check it with multiple accounts. The only difference you are about to deploy is that it will redirect you to your Google login, instead of this blue login screen. It does not ask for a password, because it is a development environment, and you should be able to test it with multiple accounts without the actual need for an account. Expand it once to test it, and then assume that it works.

+4
source

All Articles