Implement Middleware-based message loop#49
Implement Middleware-based message loop#49MajMcCloud merged 14 commits intoMajMcCloud:developmentfrom
Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | Telegram Bot Token | 12c3e66 | Examples/MiddlewareBaseBot/Program.cs | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
@mottaghipour Thank you |
|
@mottaghipour may you please take a look :-) ? So we can add it soon to the dev package first. Thanks! |
|
Hi, I apologize, I haven't been active for a while. So, this pull request :) I remember wanting to use inline queries, but the forms didn't support it, so I customized this mechanism for myself, which is the main method I'm using in the usage examples here: Meanwhile, if the user wants to have a lightweight message loop, they can choose exactly what middleware to use, which is much more practical than your old message loops. Regards |
|
Or sometimes we need an authentication middleware and with this mechanism you can implement your own custom authentication and block messages from unauthorized users. |
|
Hey @mottaghipour thanks for getting back. I will have a look at it the next days and add it to the development branch, so it can become a preview soon. Not sure if you wrote some example project or readme on how to use it. Cheers |
|
Welcome to the family @mottaghipour |
|
Hi :) |
Please check example project :)