本文介绍了oAuth 2.0的Chrome扩展示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Chrome开发者扩展教程使用过时的oAuth 1,将于2015年4月逐步淘汰:

The chrome developer extension tutorials use an outdated oAuth 1 that will be phased out in April 2015: https://developer.chrome.com/extensions/tut_oauth

有没有在chrome扩展中实现oAuth 2.0的教程?

Is there a tutorial of implementing oAuth 2.0 inside a chrome extension?

推荐答案

正确的答案是使用,它涵盖了使用oAuth 2.0端点来。

The right answer was to use Google Identity api, which under the covers uses oAuth 2.0 endpoints to https://.chromiumapp.org/* urls.

这篇关于oAuth 2.0的Chrome扩展示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-17 00:02
查看更多