-
-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parameter secret_token #1173
parameter secret_token #1173
Conversation
✔️ Changelog found.Thank you for adding a description of the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changes is not covered by tests
- Is not documented
- Can be applied only for simple static secret token validation (
SimpleRequestHandler
-like handlers wtih static bot instance) - Is totally not compatible with multibot-systems
So, this feature should be discussed before implementation
Any news? |
unban in tg chat. I dont quite understand what I need to do |
It is unacceptable to justify Russian terrorism and violation of the territorial integrity of Ukraine, I don't want this to happen in my chats, that's why you can't be unbanned. |
I saw a person who wrote something in the chat, and it was written in his channel that the LPR is Russia. I wanted him banned and threw it into the chat. Your wife did it, but then you came and banned me. I don't support Russians, I'm from Ukraine, Chernihiv region |
https://t.me/kugona |
я не виноват =( |
But you send the same message |
I wanted everyone to see what he had in his channel. those who communicated at that time in the chat understood what i mean. |
Glory to the heroes! Ok, you are unlocked, but you can also visit the Ukrainian chat. |
Co-authored-by: Oleg A. <t0rr@mail.ru>
hm... |
Codecov Report
@@ Coverage Diff @@
## dev-3.x #1173 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 358 358
Lines 8841 8850 +9
=========================================
+ Hits 8841 8850 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* parameter secret_token (aiogram#1173) * Added secret token validation * Fixed workflow data propagation (aiogram#1196) * Coverage * Added changelog * aiogram#1191 Added possibility to pass custom headers to URLInputFile object (aiogram#1197) --------- Co-authored-by: sheldy <85823514+sheldygg@users.noreply.github.com> Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
Description
Added X-Telegram-Bot-Api-Secret-Token header check
Test Configuration:
Checklist: