为 GWT 应用程序启用 Google 身份验证的最简单方法? (非 GAE 托管)
启用现有 GWT 应用程序使用 Google 帐户对用户进行身份验证的最简单方法是什么?我尝试用谷歌搜索(笑),但没有找到可以开箱即用的解决方案。有没有一个库可以用 10 行代码解决这个问题?
PS:如果重要的话,我提到的应用程序并不托管在 Google Apps 中。
What is the easiest way to enable existent GWT application authenticate users using Google account? I tried googling (lol) it but have found no solutions that could work out of the box. Is there a library to solve this problem in like 10 lines of code?
P.S. The application I've mentioned isn't hosted at Google Apps if it matters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,我最近一直在查看 gwt-oauth2。它看起来相当不错,而且文档也很简单。也许这会引起兴趣。
I have been looking at gwt-oauth2 for this purpose recently. It looks pretty decent, and the docs are straightforward. Perhaps it could be of interest.