Secure login on your domain with Google App Engine

Posted by mhost on Stack Overflow See other posts from Stack Overflow or by mhost
Published on 2010-04-12T19:03:56Z Indexed on 2010/04/12 19:43 UTC
Read the original article Hit count: 324

Filed under:
|
|

Hi,

We are starting a very large web based service project. We are trying to decide what hosting environment to use. We would really like to use Google App Engine for scalability reasons and to eliminate the need to deal with servers ourselves.

Secure logins/registrations is very important to us, as well as using our own domain. Our target audience is not very computer savvy. For this reason, we don't want to have the users have to sign up with OpenID as this can't be done within our site. We also do not want to force our customers to sign up with Google.

As far as I can see, I am out of luck. I am hoping to have a definite answer to this question. Can I have an encrypted login to our site accessed via our domain, without having to send the customers to another site for the login (OpenID/Google).

Thanks.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about login