Im trying to build and automated log in using Googles authSub, but I need to store data for the users the log in.
... and basically I don t get it. Should the token from Google change the 2nd time a user logs in, that user looses his / her info and you don t get any info like a userId that you can use to store information against it.
Unless the token does not change and you can store info against that token.
How would you store information (mySQL) for that token if it changes?
See http://code.google.com/apis/accounts/docs/AuthSub.html#WorkingAuthSub point 5