go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

Add ability to add Secret token header validation #91

Closed dharsanb closed 4 days ago

dharsanb commented 2 weeks ago

Sometimes it's not possible to check for token in ingress / load balancer. It'd be great if we can check for the X-Telegram-Bot-Api-Secret-Token header inside the service.

dharsanb commented 2 weeks ago

I can contribute to the same if required.

negasus commented 2 weeks ago

Your welcome