Create a Kind(Table) in Datastore which having all the valid user information. And check whether the current user is a valid user using a query. If Not redirect to the "no permission" page. if yes allow them to use the application.
-Nijin Narayanan On Thu, Oct 4, 2012 at 5:02 AM, Mateusz Grabka <[email protected]> wrote: > Hi! > I'm new in GAE and I created simple project with users authentication > based on Google Accounts. But I want to limit number of users which will > have access to application to only few. How can I save informations about > e-mails which owners will have permission to sign in and how to change > "sign in" system to enter only selected users? > > Thanks for any prompts! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/Na0o2WF2OFgJ. > 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
