How to implement a login page in a GWT app?

Posted by Gatis on Stack Overflow See other posts from Stack Overflow or by Gatis
Published on 2010-05-06T12:15:24Z Indexed on 2010/05/06 12:18 UTC
Read the original article Hit count: 161

Filed under:
|
|

My WebApp needs to authenticate user before allowing any sort of access. The scenario I'm trying to implement is a login page with username and password fields. Once user hits "send" button, a sign like "Verifing..." should be shown up while an RPC call verifies credentials. In case of success, load the main app screen.

What is the best way to implement that?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about login