OAuth认证方式推荐

WBOY
Release: 2016-06-06 20:44:08
Original
1056 people have browsed it

我现在需要写一个开源程序,其中有一部分功能是获取 Dropbox 用户某文件夹下的所有文件。
因为是开源程序,最开始我觉得用 Basic Auth 或者是 xAuth 是最好的了,可是 Dropbox 好像不支持了(我没找到相关的资料)
在我都准备使用 OAuth 2.0 的时候,突然想起来 OAuth 2.0 是需要 Callback Url 的。因为开源程序大家都会放自己网站上用,这个 Callback Url 肯定不能是不同的,所以我又困扰了。难道我要用中间代理么?

所以想问一下,有没有针对我这个需求的比较好的认证方式或者是网盘服务。

回复内容:

我现在需要写一个开源程序,其中有一部分功能是获取 Dropbox 用户某文件夹下的所有文件。
因为是开源程序,最开始我觉得用 Basic Auth 或者是 xAuth 是最好的了,可是 Dropbox 好像不支持了(我没找到相关的资料)
在我都准备使用 OAuth 2.0 的时候,突然想起来 OAuth 2.0 是需要 Callback Url 的。因为开源程序大家都会放自己网站上用,这个 Callback Url 肯定不能是不同的,所以我又困扰了。难道我要用中间代理么?

所以想问一下,有没有针对我这个需求的比较好的认证方式或者是网盘服务。

http://www.dotblogs.com.tw/larrynung/archive/2012/08/08/73912.aspx

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template