Hi All, I've been wanting to organize my users into groups and apply permissions to handlers for certain group membership but I find the functionality absent in the SDK. I've investigated using other group membership models (Iike google groups : http://groups.google.com/group/google-appengine/browse_thread/thread/c5f95212f27abbd2/1e6e5a0590d1b6c4?lnk=gst&q=user+group+membership#1e6e5a0590d1b6c4 ) but there is no API.
I've also considered using group membership in google mail api but i would still have to build in my own permissions. would much rather see group membership as part of GAE and be able to markup app.yaml with something like: - url: /criteria/.* script: criteria.py login: admin, myusergroup1, myusergroup2 Is anything like this already being considered or is it worth consideration? Thanks, Rein -- 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=.
