Hey there,

I´m developing an Ajax App with the Google Web Toolkit. So at the end
I have a complete JS client which is able to communicate to the server
via GWT-RPC or JSON. And now I want to try to get OAuth to work, but I
´m not getting the whole workflow. I just want to have simple
authentication via twitter, facebook and google. And after the User
signs in, he has to choose a username to complete the registration
process. But I´m stucking with the workflow because I don´t know which
steps have to run on my client (js) code and wich code hast to run on
my java server. The most examples are about implementing this in .jsp
but I don´t use this technique.
Somehow the Server needs to be involved because I need to store the
user in the DB and send a SessionID to the client´s browser. But how
does my Server know that the authentication for example via Twitter
has succeeded? This is very confusing :(! And I haven´t found a good
GWT implementation yet. So plese help me out guys ;)

Cheers, Mike

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" 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/oauth?hl=en.

Reply via email to