http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting

You could use code-splitting for the purpose. If user is authenticated then
send him js code.. else don't.



On Tue, Feb 9, 2010 at 5:08 AM, Thomas Broyer <t.bro...@gmail.com> wrote:

>
>
> On 8 fév, 23:26, Simon <sp.ma...@gmail.com> wrote:
> > Yes that is the basics of app engine security. I use it to get the
> > Google account of the user.
> >
> > This is the first step of the login: Google authentication.
> > Second step I want to validate the Google account against my own set
> > of users,
> > Last step I want to send to the user the whole javascript app.
>
> You could use a servlet filter to let users in to the app or redirect
> them out; or use a servlet or JSP as the "host page" for the app.
>
> --
> 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<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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