{"id":24552177,"url":"https://github.com/ethand91/omniauth-amazon-sp","last_synced_at":"2026-04-11T02:08:41.422Z","repository":{"id":102466672,"uuid":"536852346","full_name":"ethand91/omniauth-amazon-sp","owner":"ethand91","description":"Rails Omniauth Strategy for Amazon Selling Partner API","archived":false,"fork":false,"pushed_at":"2022-09-15T03:42:35.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T01:33:01.145Z","etag":null,"topics":["amazon-sp","aws","omniauth","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethand91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-15T03:40:14.000Z","updated_at":"2023-03-31T06:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2f6b8ec-cbb0-4b2a-b200-5d0a7cebf12f","html_url":"https://github.com/ethand91/omniauth-amazon-sp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethand91%2Fomniauth-amazon-sp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethand91%2Fomniauth-amazon-sp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethand91%2Fomniauth-amazon-sp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethand91%2Fomniauth-amazon-sp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethand91","download_url":"https://codeload.github.com/ethand91/omniauth-amazon-sp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878491,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-sp","aws","omniauth","rails","ruby"],"created_at":"2025-01-23T01:30:31.168Z","updated_at":"2026-04-11T02:08:41.384Z","avatar_url":"https://github.com/ethand91.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Omniauth::AmazonSP\n\n---\n\nLogin with Amazon SP OAuth 2 strategy for Omniauth.\n\n---\n\n## Installation\n\nAdd the following line to you Gemfile:\n\n```bash\ngem 'omniauth-amazon-sp'\n```\n\nThen run\n\n```bash\nbundle install\n```\n\n---\n\n## Requirements\n\nYou must have an Amazon Selling Partner Account. As well as a Selling Partner Application.\n\n---\n\n## Configuration\n\nYou must have the following Rails credentials set:\n\n```bash\namazon_sp_api:\n  app_id: [YOUR_APP_ID] \n  client_id: [YOUR_CLIENT_ID] \n  client_secret: [YOUR_CLIENT_SECRET] \n  version: beta (only if your app is in draft state)\n```\n\nThen you can set up the strategy via the following: (devise)\n\n```ruby\nconfig.omniauth :amazon-sp,\n  Rails.application.credentials.dig(:amazon_sp_api, :client_id),\n  Rails.application.credentials.dig(:amazon_sp_api, :client_secret),\n  name: :amazon\n  scope: %w(profile:user_id)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethand91%2Fomniauth-amazon-sp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethand91%2Fomniauth-amazon-sp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethand91%2Fomniauth-amazon-sp/lists"}