-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to log in to a Google service by using AuthSub. This works by redirecting the user to a Google login page, which then redirects back to my app after login with a cookie in the #... section of the URL.
Unfortunately this appears to conflict with my app's use of hisotry tokens, which are *also* stored in the #... section of the URL. So when my app reloads I don't know what page the user was previously looking at. It would appear that traditional Javascript apps don't have to worry about this as AFAICT they don't use history tokens in the same way as GWT. Does anyone have experience of using AuthSub with GWT, and how did you work around this? - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ } │ --- Conway's Game Of Life, in one line of APL -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkv1bTMACgkQf9E0noFvlzjtvwCguPNstRCRZ5a6mNPSBzawTSSm gzEAoMtawwjdIHGFdQe0l0WuE8ogT68U =N4Je -----END PGP SIGNATURE----- -- 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.
