I would like to authenticate the user before sending him all the GWT
javascript.

I mean, I rely on Google UserService, which I filter with my own
database of users.
If the user is logged on Google, I want my app to get the user's info
from UserService, then load the app if the user is granted, or
redirect him if he is not.

To do that I think about moving the welcome page with the application
javascript into a servlet, and to do the authentication there.

Is it ok for GWT / do you have any better solution to do that ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to