{"id":19850201,"url":"https://github.com/authsignal/authsignal-ruby","last_synced_at":"2026-04-24T04:02:57.283Z","repository":{"id":45506934,"uuid":"513686296","full_name":"authsignal/authsignal-ruby","owner":"authsignal","description":"The Authsignal Ruby Client","archived":false,"fork":false,"pushed_at":"2026-01-11T22:56:18.000Z","size":1483,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-12T02:26:58.788Z","etag":null,"topics":["fido2","mfa","passkeys","ruby","webauthn"],"latest_commit_sha":null,"homepage":"https://www.authsignal.com","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/authsignal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-13T22:17:30.000Z","updated_at":"2026-01-11T22:48:28.000Z","dependencies_parsed_at":"2026-01-08T04:06:27.322Z","dependency_job_id":null,"html_url":"https://github.com/authsignal/authsignal-ruby","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"d252e909060a4e2bba26933f2710b8ce00aafde0"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/authsignal/authsignal-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authsignal","download_url":"https://codeload.github.com/authsignal/authsignal-ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authsignal%2Fauthsignal-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32207227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T01:12:49.758Z","status":"online","status_checked_at":"2026-04-24T02:00:07.115Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fido2","mfa","passkeys","ruby","webauthn"],"created_at":"2024-11-12T13:24:44.381Z","updated_at":"2026-04-24T04:02:57.254Z","avatar_url":"https://github.com/authsignal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"1070\" alt=\"Authsignal\" src=\"https://raw.githubusercontent.com/authsignal/authsignal-node/main/.github/images/authsignal.png\"\u003e\n\n# Authsignal Ruby SDK\n\n[![Gem Version](https://img.shields.io/gem/v/authsignal-ruby.svg)](https://rubygems.org/gems/authsignal-ruby)\n[![License](https://img.shields.io/github/license/authsignal/authsignal-ruby.svg)](https://github.com/authsignal/authsignal-ruby/blob/main/LICENSE.txt)\n\nThe official Authsignal Ruby library for server-side applications. Use this SDK to easily integrate Authsignal's multi-factor authentication (MFA) and passwordless features into your Ruby backend.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"authsignal-ruby\"\n```\n\nAnd then execute:\n```bash\nbundle install\n```\n\nOr install it yourself as:\n```bash\ngem install authsignal-ruby\n```\n\n## Getting started\n\nInitialize the Authsignal client with your secret key from the [Authsignal Portal](https://portal.authsignal.com/) and the API URL for your region.\n\n```ruby\nrequire 'authsignal'\n\n# Initialize the client\nAuthsignal.setup do |config|\n  config.api_secret_key = ENV['AUTHSIGNAL_SECRET_KEY']\n  config.api_url = ENV['AUTHSIGNAL_API_URL'] # Use region-specific URL\nend\n```\n\n### API URLs by region\n\n| Region      | API URL                          |\n| ----------- | -------------------------------- |\n| US (Oregon) | https://api.authsignal.com/v1    |\n| AU (Sydney) | https://au.api.authsignal.com/v1 |\n| EU (Dublin) | https://eu.api.authsignal.com/v1 |\n\n## License\n\nThis SDK is licensed under the [MIT License](LICENSE.txt).\n\n## Documentation\n\nFor more information and advanced usage examples, refer to the official [Authsignal server-Side SDK documentation](https://docs.authsignal.com/sdks/server/overview).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthsignal%2Fauthsignal-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthsignal%2Fauthsignal-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthsignal%2Fauthsignal-ruby/lists"}