erlang-oauth:Erlang OAuth 1.0实现

时间:2024-05-02 09:58:11
【文件属性】:

文件名称:erlang-oauth:Erlang OAuth 1.0实现

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-02 09:58:11

oauth erlang oauth1 Erlang

erlang-oauth 的Erlang实现。 生成签名的功能(客户端),验证签名的功能(服务器端),以及一些用于发出OAuth HTTP请求的便捷功能(客户端)。 Erlang / OTP兼容性 Erlang / OTP 21或更高版本。 Rebar3兼容性 将erlang-oauth作为依赖项添加到您的rebar.config文件中,如下所示: {deps, [ {oauth, {git, "https://github.com/tim/erlang-oauth.git"}} ]}. 有关更多信息,请查阅钢筋文档。 快速入门(客户端使用情况) $ make ... $ erl -pa ebin -s crypto -s inets ... 1> Consumer = {"key", "secret", hmac_sha1}. ... 2> RequestTokenURL =


【文件预览】:
erlang-oauth-main
----testdata()
--------base_string_test_A(129B)
--------rsa_sha1_certificate.pem(630B)
--------plaintext_test_B(191B)
--------base_string_test_B(511B)
--------rsa_sha1_test(458B)
--------plaintext_test_C(157B)
--------hmac_sha1_test_B(164B)
--------hmac_sha1_test_C(468B)
--------plaintext_test_A(189B)
--------rsa_sha1_private_key.pem(887B)
--------hmac_sha1_test_A(162B)
--------base_string_test_C(657B)
--------base_string_test_D(710B)
----Emakefile(80B)
----.github()
--------workflows()
----src()
--------oauth.erl(12KB)
----test.escript(2KB)
----ebin()
--------oauth.app(204B)
----CHANGELOG.md(1KB)
----README.md(3KB)
----THANKS.txt(575B)
----LICENSE.txt(1KB)

网友评论