I am developing a google application in which I am giving a google login page to the users. so that users can login through this page.
I am developing a google application in which I am giving a google login page to the users. so that users can login through this page.
Now, I am developing a login p
开发者_如何转开发age same as Google. Is it allowed to do so?
Are there any legal concerns doing so ?
Any kind of resources/links are appreciated.
Thanks in advance,
Vijay
There is most likely some legal complications in duplicating the graphical design of their login form. In a worst case (very likely) scenario, users will think they are being phished and abandon your service.
If you want people to authenticate in a very google-like fashion, try looking into google's OAuth and OpenId services.
精彩评论