{"id":28401617,"url":"https://github.com/telegrambots/telegram.bot.extensions.loginwidget","last_synced_at":"2025-09-20T03:23:08.521Z","repository":{"id":46859187,"uuid":"133270317","full_name":"TelegramBots/Telegram.Bot.Extensions.LoginWidget","owner":"TelegramBots","description":"Allows you to generate embed JavaScript for the Telegram login widget and verify the hashes received","archived":false,"fork":false,"pushed_at":"2022-12-17T21:19:01.000Z","size":30,"stargazers_count":35,"open_issues_count":5,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-20T07:33:24.845Z","etag":null,"topics":["api","bot","login-widget","telegram","telegram-login"],"latest_commit_sha":null,"homepage":"","language":"C#","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/TelegramBots.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":"2018-05-13T20:04:48.000Z","updated_at":"2025-03-26T00:19:20.000Z","dependencies_parsed_at":"2023-01-29T18:00:16.475Z","dependency_job_id":null,"html_url":"https://github.com/TelegramBots/Telegram.Bot.Extensions.LoginWidget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TelegramBots/Telegram.Bot.Extensions.LoginWidget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelegramBots%2FTelegram.Bot.Extensions.LoginWidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelegramBots%2FTelegram.Bot.Extensions.LoginWidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelegramBots%2FTelegram.Bot.Extensions.LoginWidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelegramBots%2FTelegram.Bot.Extensions.LoginWidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TelegramBots","download_url":"https://codeload.github.com/TelegramBots/Telegram.Bot.Extensions.LoginWidget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelegramBots%2FTelegram.Bot.Extensions.LoginWidget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262492674,"owners_count":23319714,"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":["api","bot","login-widget","telegram","telegram-login"],"created_at":"2025-06-01T13:07:19.950Z","updated_at":"2025-09-20T03:23:03.448Z","avatar_url":"https://github.com/TelegramBots.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram bots Login Widget\n\n[![Build Status](https://travis-ci.org/MihaZupan/Telegram.Bot.Extensions.LoginWidget.svg?branch=master)](https://travis-ci.org/MihaZupan/Telegram.Bot.Extensions.LoginWidget)\n[![Build status](https://ci.appveyor.com/api/projects/status/720b19vgdhro14o5/branch/master?svg=true)](https://ci.appveyor.com/project/MihaZupan/telegram-bot-extensions-loginwidget/branch/master)\n\nMakes it simple to validate login widget authorization hashes\n\nBuilt according to specifications published on [Telegram's website](https://core.telegram.org/widgets/login)\n\n## Usage\n```c#\n// Parsed from the query string / from the callback object\nDictionary\u003cstring, string\u003e fields = QueryStringFields;\n\nLoginWidget loginWidget = new LoginWidget(\"your API access Token\");\nif (loginWidget.CheckAuthorization(fields) == Authorization.Valid)\n{\n    // ...\n}\n```\n\n## Installation\n\nInstall as [NuGet package](https://www.nuget.org/packages/Telegram.Bot.Extensions.LoginWidget/):\n\nPackage manager:\n\n```powershell\nInstall-Package Telegram.Bot.Extensions.LoginWidget\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelegrambots%2Ftelegram.bot.extensions.loginwidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelegrambots%2Ftelegram.bot.extensions.loginwidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelegrambots%2Ftelegram.bot.extensions.loginwidget/lists"}