On 8 fév, 23:26, Simon <[email protected]> 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 [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.
