Mrjndong / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Some pointers/docs to using Social Auth in a GWT Application #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use Social Auth in a GWT application.

What I think will work is, separate the work done at the OAuth provider+ our 
server to server side code in GWT, and store the response to an authorisation 
request in a client side class.

Which class do you recommend to define as a client side class- this should be 
serializable...is "SocialAuthManager" serializable? 

If you already have an approach for using Social Auth with a GWT application, 
kindly let me know.

Regards,
Arvind.

Original issue reported on code.google.com by arvind.i...@gmail.com on 10 Apr 2012 at 2:17

GoogleCodeExporter commented 8 years ago
Hi Arvind

All required classes are serialized.
No, we haven't try this with GWT.

Regards
Tarun

Original comment by tar...@brickred.com on 17 Apr 2012 at 8:24