I'm developing a log-in system to my webapp only with Google OpenID but I have a doubt about how storage tha data received. I mean, I received an URI (whis is the ID of the user) and his email, how will be the table of the db? ID, EMAIL and IDENTIFY
And when a user logs-in my webapp I have to find in the database the Identify. All this will be secure? Will someone be able to enter to the return URL and create new users?
Thanks :)