TelegramBots / Telegram.Bot

.NET Client for Telegram Bot API
https://telegrambots.github.io/book
MIT License
3.17k stars 684 forks source link

Merge Telegram.Bot.Extensions.Passport #1089

Open karb0f0s opened 2 years ago

karb0f0s commented 2 years ago

Merge Telegram.Bot.Extensions.Passport to the main repo.

If I remember correctly, we put it into separate repo because at the time main repo used .Net Standard 1.3 and Passport required some crypto APIs from .Net Standard 2.0.

karb0f0s commented 2 years ago

Also we can pull CheckAuthorization from Telegram.Bot.Extensions.LoginWidget - the same algorithm used to validate Web App data

wiz0u commented 2 months ago

For now I see no user demand for merging. We would have to convert it to STJ as well.

Note: SetPassportDataErrorsRequest is already generated in main repo.

wiz0u commented 4 weeks ago

pull CheckAuthorization - the same algorithm used to validate Web App data

actually no, there is a subtle difference