Hi everyone,

Basically i want to check if the user that made the request is or
isn't logged in, and i want to do this in a "non-intrusive way" like
extending somekind of AuthenticateRemoteService, and if the user isn't
authenticated then there is no need to continue with the request it
can simple change de status code of the request and then give it back
to the client to deal with it (in my case a script that holds an
requestbuilder and will deal things like 401, 203 and etc) without hit
my service method.

Someone can hint me about someway to do that or some alternative?

I'm using GWT with GAE and trying to use User Service of GAE ..
thanks! ;D

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to