{"id":25816529,"url":"https://github.com/alexandermatveev/telegram_login_verify","last_synced_at":"2026-05-14T17:06:14.751Z","repository":{"id":148236833,"uuid":"382466771","full_name":"AlexanderMatveev/telegram_login_verify","owner":"AlexanderMatveev","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-02T21:39:08.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T11:58:53.727Z","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/AlexanderMatveev.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}},"created_at":"2021-07-02T21:19:10.000Z","updated_at":"2021-12-08T10:02:57.000Z","dependencies_parsed_at":"2023-04-13T17:36:05.353Z","dependency_job_id":null,"html_url":"https://github.com/AlexanderMatveev/telegram_login_verify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AlexanderMatveev/telegram_login_verify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Ftelegram_login_verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Ftelegram_login_verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Ftelegram_login_verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Ftelegram_login_verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderMatveev","download_url":"https://codeload.github.com/AlexanderMatveev/telegram_login_verify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Ftelegram_login_verify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33034788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":[],"created_at":"2025-02-28T05:34:19.644Z","updated_at":"2026-05-14T17:06:14.745Z","avatar_url":"https://github.com/AlexanderMatveev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Login Widget Verify\n\nThis is a simple module to help validate the [Telegram Login Widget](https://core.telegram.org/widgets/login)\nauthentication response.\n\n## Example Usage\n\n```go\npackage main\n\nimport (\n\t\"github.com/AlexanderMatveev/telegram_login_verify\"\n\t\"log\"\n)\n\nfunc main() {\n\ttoken := \"1234567890:ThisIsTotallyFakeTokenByYouCanTry\"\n\tloginData := \u0026telegram_login_verify.LoginData{\n\t\tAuthDate:  1625259833,\n\t\tFirstName: \"John\",\n\t\tId:        1122334455,\n\t\tLastName:  \"Doe\",\n\t\tPhotoUrl:  \"https://t.me/i/userpic/320/qDWB1ViXSJK5nbarvLY7TjHMBjpy_ymn91EluZ-WofY.jpg\",\n\t\tUsername:  \"opt0ut\",\n\t\tHash:      \"428099efb5916398f093a83930444f0ca35b10a03e5eafa92b347cbe4e953bec\",\n\t}\n\tif err := telegram_login_verify.Verify(loginData, token); err != nil {\n\t\tlog.Fatalf(\"Telegram verify error: %v\", err)\n\t}\n\tlog.Print(\"Validation success\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Ftelegram_login_verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermatveev%2Ftelegram_login_verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Ftelegram_login_verify/lists"}