On Dec 24, 12:35 am, Andrea <mate...@gmail.com> wrote:
> Does anyone know if it is possible to further restrict the access to
> the application to a subset of Google Accounts holders?
> I would like to have the authentication done using the Google
> Accounts, but then limit the access to only few individuals identified
> by the authenticated email address. At least until my application is
> ready to be shown to anyone.....
> If yes is there a short explanation of how to do it?

You have to do it yourself; the simplest method is to keep a list of
allowed email addresses then check if the logged in user's address is
in the list before your script does anything else.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to