Just to close the loop - this is the new version of the Google Plugin for Eclipse that uses OAuth to authenticate. The benefit is that now, your plugin can cache the OAuth tokens so that you don't ever have to re-enter your email/password to deploy. This is much more secure than caching your email and password. In addition, you can always revoke the tokens, so if you log in on someone else's computer and forget to log out, you can disable their ability to deploy without having to change your password.
Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Tue, May 24, 2011 at 6:29 AM, Brandon Donnelson <[email protected]>wrote: > In the "Development Mode" tab, when you see the link, right click on it, > you'll get choices of which browser to run. You can set it back to default > browser or choose another browser to run. > > Brandon Donnelson > http;//gwt-examples.googlecode.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
