OK, thanks Chris, looks like Im going to HAVE to drop google accounts as a user authentication method, at least until there is a better way to integrate applications with google accounts.
On 18 February 2010 15:07, Chris Ramsdale <[email protected]> wrote: > Chris, do you know if there is anyway I can set a similar "continue" type >> process for what happens when users click on the email link after CREATING a >> google account? At the moment they are just taken to a "thank you for >> confirming your account" screen, which is all very well, but we would much >> prefer for the user to be able to then click through to our application >> > > Right now there is no way to force the "Account Creation Confirmation" > screen to follow the "continue" param. To make things more complicated, the > user will have to verify their account, which is completely decoupled from > your app. I would suggest adding some text which lets users know that > they'll need to either a) refresh your app once they have verified their > account creation, or b) click the sign-out link and sign back in with their > newly verified account. > > You could also set a timer that inspects the contents of the iframe, and > auto-refresh in an attempt to catch the account verification that may occur > in a separate tab. To do this though, you'll need to catch the response, > otherwise you'll end up with an iframe that appears to be refreshing the > same content. > > Net, net: there is some room for improvement within the Google Account > creation process. > > >> Cheers, >> John >> >> On 17 February 2010 20:51, Chris Ramsdale <[email protected]> wrote: >> >>> This thread might help out: >>> >>> >>> https://groups.google.com/group/google-web-toolkit/browse_thread/thread/e0b7683069497bcf/e6d2814e79bc3a45?#e6d2814e79bc3a45 >>> >>> -- Chris >>> >>> On Sun, Feb 14, 2010 at 6:39 PM, John V Denley < >>> [email protected]> wrote: >>> >>>> I forgot the line from where I am getting the URL: >>>> >>>> loginInfo.getLoginUrl() >>>> >>>> >>>> On Feb 14, 11:16 pm, John V Denley <[email protected]> wrote: >>>> > OK, I think I might have figured out what the problem is... when Im >>>> > creating the frame Im trying to set it using the following line: >>>> > >>>> > The resulting URL is "/_ah/login?continue=http%3A%2F%2Flocalhost >>>> > %3A8888%2F" so the problem is that it is stripping out the "/ >>>> > myappname.html?gwt.codesvr=127.0.0.1:9997" part which then results in >>>> > me running the last version of the application that I deployed to the >>>> > web. >>>> > >>>> > Does anyone know why the version at "localhost:8888" is not the same >>>> > version that exists at "localhost:888/IDeBanet.html? >>>> > gwt.codesvr=127.0.0.1:9997" or how I can force it to be the same >>>> > without having to deploy each time? >>>> > >>>> > Oh and Im running eclipse ganymede by the way. >>>> > >>>> > Thanks, >>>> > John >>>> > >>>> > On Feb 14, 4:06 pm, John V Denley <[email protected]> wrote: >>>> > >>>> > > My application requires a login to a google account. >>>> > >>>> > > I have been looking at trying to do this login step within a GWT >>>> frame >>>> > > which works fine. >>>> > >>>> > > The problem is that once that login has been completed my >>>> application >>>> > > then loads INSIDE the frame, I really want it to reload in the >>>> parent >>>> > > window. I have tried both the following: >>>> > >>>> > > Window.Location.reload(); >>>> > > Window.open("http://www.google.co.uk", "_top",""); >>>> > >>>> > > but neither of them have the desired effect, If I press F5 it does >>>> > > exactlywhat I want it to do, even if the focus is on a text box >>>> within >>>> > > the frame. >>>> > >>>> > > Anyone got any ideas, am I doing something wrong, is there a better >>>> > > way to do this? >>>> > >>>> > > Thanks, >>>> > > John >>>> >>>> -- >>>> 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]<google-web-toolkit%[email protected]> >>>> . >>>> 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 [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [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.
