I have a *stateless* GWT based UI that has to communicate with a backend 
using an authentication token to authenticate GWT's requests to the server.

Now I'm looking for the best practice of how to design my entities so I can 
retrieve user-specific data using an authentication token. Do I have to 
create a dedicated entity that manages the authentication tokens? So I have 
to validate the supplied token and than perform a query like

*get data where userEmail == the user which is assigned to the supplied 
authentication token*?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/3uf8yvJtHMcJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to