{"id":19404582,"url":"https://github.com/seven-io/logto","last_synced_at":"2026-06-14T08:32:48.603Z","repository":{"id":106113894,"uuid":"561369250","full_name":"seven-io/logto","owner":"seven-io","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-26T08:29:41.000Z","size":1162,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-26T10:24:27.850Z","etag":null,"topics":["logto","seven-plugin","sms"],"latest_commit_sha":null,"homepage":"https://www.seven.io/en/solutions/integrations/logto/","language":"TypeScript","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/seven-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-03T14:42:09.000Z","updated_at":"2026-04-28T12:14:31.000Z","dependencies_parsed_at":"2023-11-21T14:51:59.124Z","dependency_job_id":null,"html_url":"https://github.com/seven-io/logto","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/logto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Flogto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Flogto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Flogto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Flogto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/logto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Flogto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34315072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["logto","seven-plugin","sms"],"created_at":"2024-11-10T11:35:34.302Z","updated_at":"2026-06-14T08:32:48.588Z","avatar_url":"https://github.com/seven-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.seven.io/wp-content/uploads/Logo.svg\" width=\"250\" alt=\"seven logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eseven SMS Connector for Logto\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Official \u003ca href=\"https://logto.io/\"\u003eLogto\u003c/a\u003e connector for sending passcode SMS via the seven gateway.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-teal.svg\" alt=\"MIT License\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Logto-connector-blue\" alt=\"Logto connector\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-runtime-3178c6\" alt=\"TypeScript runtime\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **Passwordless Sign-In** - Wire seven SMS into Logto's passcode sign-in experience\n- **Per-Use-Case Templates** - Distinct message templates for `Register`, `SignIn` and `Test`\n- **Custom Sender ID** - Override the displayed sender via the `from` field\n\n## Prerequisites\n\n- A [Logto](https://logto.io/) project (cloud or self-hosted)\n- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))\n\n## Configuration\n\nIn the Logto admin, add a new SMS connector and pick **seven**. Paste the JSON config below and edit the placeholders:\n\n```json\n{\n  \"apiKey\": \"\u003cyour-api-key\u003e\",\n  \"from\":   \"\u003cyour-sender-id\u003e\",\n  \"templates\": [\n    {\n      \"content\":   \"\u003cregister template - keep {{code}} placeholder\u003e\",\n      \"usageType\": \"Register\"\n    },\n    {\n      \"content\":   \"\u003csign-in template - keep {{code}} placeholder\u003e\",\n      \"usageType\": \"SignIn\"\n    },\n    {\n      \"content\":   \"\u003ctest template - keep {{code}} placeholder\u003e\",\n      \"usageType\": \"Test\"\n    }\n  ]\n}\n```\n\n| Field | Type | Description |\n|-------|------|-------------|\n| `apiKey` | string | Your seven API key |\n| `from` | string | Optional sender ID. Up to 11 alphanumeric or 16 numeric characters |\n| `templates` | Template[] | One template per use case |\n\n| Template field | Type | Allowed values |\n|----------------|------|----------------|\n| `content` | string | Free-form text. Must contain `{{code}}` placeholder |\n| `usageType` | enum string | `Register` / `SignIn` / `Test` |\n\n## Usage\n\n1. Click **Test** in the connector settings to verify your setup with a real phone number.\n2. After saving, [enable the connector in the sign-in experience](https://docs.logto.io/docs/tutorials/get-started/enable-passcode-sign-in/#enable-connector-in-sign-in-experience).\n\n## Error codes\n\nSee seven's [SMS return codes](https://docs.seven.io/en/rest-api/endpoints/sms#return-codes) for what each numeric response means.\n\n## Support\n\nNeed help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/logto/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Flogto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Flogto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Flogto/lists"}