Do you send over HTTPS?

On Jul 23, 4:03 am, Sean <[email protected]> wrote:
> I don't use the Google App engine, so I built my own login. I have a
> database with user name's and passwords.
>
> I take what's in the text boxes, send it via RPC to the server, have
> the server select the password from the db for the submitted username
> and check it against what was sent. IF either the password doesn't
> match, or there was no user by that name I return false. Else I return
> true. So far it's worked like a charm.
>
> On Jul 22, 2:24 am, Paulo Coutinho <[email protected]> wrote:
>
>
>
> > I use google api to login in my appengine,
>
> >http://brfotolog.appspot.com
>
> > 2009/7/22 sin kang <[email protected]>:
>
> > > you can use google account in appengine.
>
> > > it's like as long as you have google account you are valid.
>
> > > which means google takes care of all those authentication. you just have 
> > > to
> > > call the service and hand over the google id and password.
>
> > > it's quite simple. this link might helps.
>
> > >http://code.google.com/appengine/docs/java/users/overview.html
>
> > > Sin-Kang(강신)
> > > +82-10-6638-7878
> > > +44-78555-49312
>
> > > On Wed, Jul 22, 2009 at 1:39 AM, saurabh <[email protected]> wrote:
>
> > >> Hello ,
>
> > >>          I am developing Login Application using GWT. My Interface is
> > >> ready but I am thinking about where should values go. How can I check
> > >> the UserName & Password sent by Client or I should use RPC for that.
>
> > >> if this is so then what role my servlet should play.
>
> > >> Thanks
>
> > --
> > Atenciosamente,
> > Paulo Coutinho.
> > Blog:www.prsolucoes.com/blog
> > Site:www.prsolucoes.com
> > Msn:  [email protected]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to