How to sign in Chrome extension built with GWT using RPC.
Posted
by nick
on Stack Overflow
See other posts from Stack Overflow
or by nick
Published on 2010-05-08T15:40:32Z
Indexed on
2010/05/08
15:48 UTC
Read the original article
Hit count: 280
I have an application built with GWT/Appengine/Jdo...and i am using Google User Service for authentication.
Google Chrome Extensions can use OAuth...I don't really undestand OAuth yet..
Would GWT RPC have to be reworked to enable OAuth?
Is there another way to authenticate users for Chrome Extensions?
© Stack Overflow or respective owner