{"id":18772599,"url":"https://github.com/authgear/authgear-sms-gateway","last_synced_at":"2026-03-10T00:33:29.609Z","repository":{"id":255634094,"uuid":"852106176","full_name":"authgear/authgear-sms-gateway","owner":"authgear","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-26T09:26:42.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T08:47:30.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/authgear.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-04T08:31:29.000Z","updated_at":"2025-11-26T09:26:45.000Z","dependencies_parsed_at":"2024-09-06T12:26:40.022Z","dependency_job_id":"bc8435d1-1f30-4ab0-a1d8-4468897fb4d0","html_url":"https://github.com/authgear/authgear-sms-gateway","commit_stats":null,"previous_names":["authgear/authgear-sms-gateway"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/authgear/authgear-sms-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sms-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sms-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sms-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sms-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authgear","download_url":"https://codeload.github.com/authgear/authgear-sms-gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authgear%2Fauthgear-sms-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30318478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-07T19:29:41.894Z","updated_at":"2026-03-10T00:33:29.602Z","avatar_url":"https://github.com/authgear.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authgear SMS Gateway\n\nAuthgear SMS Gateway is a HTTP server that recieves a send SMS request and invoke send action in corresponding provider.\nThe request will be redirected to corresponding provider by a set of rules.\n\n## Pre-requisite\n\nInstall tools specified in `.tool-versions`\n\n### Install dependencies\n\n```sh\n$ make vendor\n```\n\n### Set up environment\n\n```sh\n$ cp var/authgear-sms-gateway.example.yaml var/authgear-sms-gateway.yaml\n```\n\n## Run\n\n```\n$ make start\n```\n\n## Example\n\n### Send\n\n```sh\n$ curl --request POST \\\n  --url http://localhost:8091/send \\\n  --header 'Content-Type: application/json' \\\n  --data '{\n    \"app_id\": \"accounts\",\n    \"to\": \"+85298765432\",\n    \"body\": \"Your OTP is 123456\",\n    \"language_tag\": \"zh-HK\",\n    \"template_name\": \"verficiation_sms.txt\",\n    \"template_variables\": {}\n}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthgear%2Fauthgear-sms-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthgear%2Fauthgear-sms-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthgear%2Fauthgear-sms-gateway/lists"}