Hi
I am using the app engine rest server module to access different
instances of a datamodel on my GAE app. Login is required on the app
but I would like the system to use instance-wise authentication so
that only a specific set of users A (and not all users) has access to
a specific datamodel instance B via the rest server interface. Fx. the
datamodel instance with key 1234 can only be accessed by a specfic set
of users via http://myapp.com/rest/DATAMODELNAME/1234, both with HTTP
GET and POST/PUT. Can this be done?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---