{"id":15405805,"url":"https://github.com/mikerogers0/omniauth-dnanexus","last_synced_at":"2026-03-06T00:30:19.546Z","repository":{"id":48050015,"uuid":"378000254","full_name":"MikeRogers0/omniauth-dnanexus","owner":"MikeRogers0","description":"OmniAuth Strategy for DNAnexus","archived":false,"fork":false,"pushed_at":"2021-08-09T22:15:36.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T19:52:56.492Z","etag":null,"topics":["dnanexus","omniauth","rubygem"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeRogers0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-18T01:17:35.000Z","updated_at":"2021-08-09T22:15:39.000Z","dependencies_parsed_at":"2022-08-12T17:30:58.385Z","dependency_job_id":null,"html_url":"https://github.com/MikeRogers0/omniauth-dnanexus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeRogers0%2Fomniauth-dnanexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeRogers0%2Fomniauth-dnanexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeRogers0%2Fomniauth-dnanexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeRogers0%2Fomniauth-dnanexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeRogers0","download_url":"https://codeload.github.com/MikeRogers0/omniauth-dnanexus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239891392,"owners_count":19714134,"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":["dnanexus","omniauth","rubygem"],"created_at":"2024-10-01T16:18:38.626Z","updated_at":"2026-03-06T00:30:19.494Z","avatar_url":"https://github.com/MikeRogers0.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  OmniAuth::DNAnexus\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://twitter.com/MikeRogers0\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/MikeRogers0?label=Follow%20%40MikeRogers0%20For%20Updates\u0026style=social\" alt=\"Follow @MikeRogers on Twitter\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://badge.fury.io/rb/omniauth-dnanexus\"\u003e\n    \u003cimg src=\"https://badge.fury.io/rb/omniauth-dnanexus.svg\" alt=\"Gem Version\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://github.com/MikeRogers0/omniauth-dnanexus/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/MikeRogers0/omniauth-dnanexus/actions/workflows/ci.yml/badge.svg\" alt=\"CI Passing\" style=\"max-width:100%;\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nOmniAuth strategy for \u003ca target=\"_blank\" rel=\"noopener noreferrer\"  href=\"https://documentation.dnanexus.com/developer/api/authentication\"\u003eDNAnexus\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n```bash\n$ bundle add omniauth-dnanexus\n```\n## Usage\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :dnanexus, ENV[\"DNANEXUS_CLIENT_ID\"], ENV[\"DNANEXUS_CLIENT_SECRET\"], {\n    dnanexus_api_endpoint: \"https://api.dnanexus.com\",\n    client_options: {\n      site: \"https://auth.dnanexus.com\",\n      authorize_url: \"/oauth2/authorize\",\n      token_url: \"/oauth2/token\"\n    }\n  }\nend\n```\n\n### DNAnexus Staging\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :dnanexus, ENV[\"DNANEXUS_CLIENT_ID\"], ENV[\"DNANEXUS_CLIENT_SECRET\"], {\n    dnanexus_api_endpoint: \"https://stagingapi.dnanexus.com\",\n    client_options: {\n      site: \"https://stagingauth.dnanexus.com\"\n    }\n  }\nend\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/MikeRogers0/omniauth-dnanexus\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikerogers0%2Fomniauth-dnanexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikerogers0%2Fomniauth-dnanexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikerogers0%2Fomniauth-dnanexus/lists"}