现在的位置: 首页 > 综合 > 正文

How to use OpenID to sign on with Google account

2013年06月01日 ⁄ 综合 ⁄ 共 916字 ⁄ 字号 评论关闭

Recently Google announced its support for OpenID, called "Federated Login", to let any site enable their users to sign on by their Google accounts, without registrations.

This is really a good news, and for Java developers they can write some code to make the 3rd-part site to connect to Google. There are already lots of libaries that can be used in J2EE. However, after I do some evaluation of these libaries, I do not find a suitable libary. The well-known "OpenID4Java", is too large (46MB!), with dependencies on many other libaries. So I decided to write a small, but very lightweight libary to support OpenID 2.0 spec, called "JOpenID".
It is very small, with only 48KB including both source & binary. You can download from http://code.google.com/p/jopenid/downloads/list.
It has been fully tested based on Google accounts. However, I think it also can support Yahoo! OpenID, but with little information provided by Yahoo! I do not test yet.

抱歉!评论已关闭.