Tagged Questions
1
vote
1answer
1k views
Role-based security with Google App Engine and Python
I would like to ask what is the common way for handling role-based security with Google App Engine, Python?
In the app.yaml, there is the "login" section, but available values are only "admin" and ...