oauth-ruby:Ruby的OAuth

时间:2021-04-22 12:19:52
【文件属性】:
文件名称:oauth-ruby:Ruby的OAuth
文件大小:96KB
文件格式:ZIP
更新时间:2021-04-22 12:19:52
Ruby Ruby 状态 什么 这是用于在Ruby应用程序中实现OAuth客户端和服务器的RubyGem。 请参阅OAuth规范 / 安装 sudo gem install oauth 现在,源代码托管在OAuth GitHub项目 基础¶ ↑ 这是一个ruby库,旨在用于创建Ruby Consumer和Service Provider应用程序。 它不是Rails插件,但可以很容易地用作此类Rails插件的基础。 事实上,它已从OAuth Rails GEM( rubygems.org/gems/oauth-plugin github.com/pelle/oauth-plugin )中抽出,后者现在使用此gem作为依赖项。 用法演示¶ ↑ 我们需要明确指定oauth_callback网址,否则默认为“ oob”(带外) callback_url = "http://127.0.0
【文件预览】:
oauth-ruby-master
----.gitignore(36B)
----.codeclimate.yml(197B)
----bin()
--------oauth(254B)
----.travis.yml(295B)
----TODO(1KB)
----.rubocop.yml(37KB)
----LICENSE(1KB)
----examples()
--------yql.rb(1KB)
--------twitter.rb(1KB)
----HISTORY(11KB)
----README.rdoc(3KB)
----lib()
--------oauth()
--------oauth.rb(313B)
----Gemfile(39B)
----oauth.gemspec(2KB)
----Rakefile(302B)
----test()
--------units()
--------integration()
--------support()
--------cases()
--------keys()
--------test_helper.rb(439B)
----.gemtest(0B)

网友评论