[appengine-java] Re: Restrict which google accounts can access the app

2010-01-31 Thread Tristan
Since after logging in with a google account you will have access to the account holder's email, you can simply check if that email is allowed to use the application using some sort of email white list of authorized users. On Jan 31, 2:55 pm, Scott wrote: > I read that you can make people login t

[appengine-java] Re: Restrict which google accounts can access the app

2010-02-02 Thread hendrix.jason
I think this is what you are looking for: http://code.google.com/appengine/docs/java/config/webxml.html#Security_and_Authentication On Jan 31, 2:55 pm, Scott wrote: > I read that you can make people login to their google account in order > gain access to your app, but is there a way to restrict