ebay-notification_api-verifier:eBay Notification API验证的Ruby实现

时间:2024-05-10 15:10:24
【文件属性】:

文件名称:ebay-notification_api-verifier:eBay Notification API验证的Ruby实现

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-10 15:10:24

ruby ebay Ruby

Ebay :: NotificationApi :: Verifier 的Ruby实现。 将来可能会在不同情况下使用它,但就目前而言,eBay要求使用存储用户数据的第三方应用程序来实现。 收到此类HTTP请求后,后端必须确保此请求来自eBay: class EbayAccountDeletionController < ApplicationController def account_deletion_notification # eBay wants an immediate response, so we should postpone the deletion EbayAccountDeletionWorker . perform_async ( params , request . headers [ "x-ebay-signature" ] )


【文件预览】:
ebay-notification_api-verifier-main
----.gitignore(92B)
----README.md(2KB)
----.rubocop.yml(99B)
----gemfiles()
--------standard.gemfile(80B)
----CHANGELOG.md(142B)
----.github()
--------workflows()
----Gemfile(169B)
----spec()
--------fixtures()
--------ebay()
--------spec_helper.rb(355B)
----LICENSE.txt(1KB)
----lib()
--------ebay()
----ebay-notification_api-verifier.gemspec(1KB)
----Rakefile(124B)

网友评论