{"id":18841471,"url":"https://github.com/subvisual/omniauth-uphold","last_synced_at":"2026-01-30T11:30:16.272Z","repository":{"id":31852765,"uuid":"35420042","full_name":"subvisual/omniauth-uphold","owner":"subvisual","description":"Bitreserve strategy for OmniAuth","archived":false,"fork":false,"pushed_at":"2020-01-09T00:12:31.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-30T08:17:57.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ionic-team/ionic-conference-app","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subvisual.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T11:34:43.000Z","updated_at":"2020-01-09T00:12:30.000Z","dependencies_parsed_at":"2022-08-21T00:50:12.731Z","dependency_job_id":null,"html_url":"https://github.com/subvisual/omniauth-uphold","commit_stats":null,"previous_names":["groupbuddies/omniauth-bitreserve"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fomniauth-uphold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fomniauth-uphold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fomniauth-uphold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fomniauth-uphold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subvisual","download_url":"https://codeload.github.com/subvisual/omniauth-uphold/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780122,"owners_count":19695734,"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":[],"created_at":"2024-11-08T02:51:29.822Z","updated_at":"2026-01-30T11:30:16.229Z","avatar_url":"https://github.com/subvisual.png","language":"Ruby","readme":"# Omniauth Uphold\n\nThis gem contains the [Uphold](https://uphold.com/) strategy for OmniAuth\n\n## Using this strategy\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'omniauth-uphold'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-uphold\n\nNow you must tell OmniAuth about this provider, For a Rails app, your `config/initializers/omniauth.rb` file should look like this:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :uphold, 'API_KEY', 'API_SECRET'\nend\n```\n\n## Sandbox API\n\nUphold supports a sandbox environment for testing purposes. To use it you will need a different strategy:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :uphold_sandbox, 'API_KEY', 'API_SECRET', name: :uphold\nend\n```\n\nYou can add `name: :uphold` to make sure it uses the same route names as if you were using the main strategy.\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/omniauth-uphold/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubvisual%2Fomniauth-uphold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubvisual%2Fomniauth-uphold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubvisual%2Fomniauth-uphold/lists"}