Is there any access control solution available for apps running in google app engine? I am specifically interested in IP white listing.
Is there any access control solution available for apps running in google app engine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are three roles available with regard to the administration console.
Viewer, Developer and Owner.
In addition, you can restrict access to users on a specific domain.
But you probably want this:
You can then force users to sign in via google (or a few other choices) and you get to see their unique ID. You can then use that unique ID to grant or deny access to various parts of your site.