Hello, I am doing some login pages using GWT, and I want to send the Username/ Password to server using RPC, I've been looking to secure way to transfer it but I am not sure I found a specific answer, for example
http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ String password = /*(get password from incoming JSON or GWT-RPC request)*/; Also I checked GWT security page, http://groups.google.com/group/Google-Web-Toolkit/web/security-for-gwt-applications but no luck. Also I checked a couple of Login implementations, all of them sending the password as plain text, and doing the hashing on the server side, am I missing something here? How come the client sends the password to server as txtPassword.getText(). Please Help. Thanks, Ahmad. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
