Artur Gauzer
Artur Gauzer
It would be cool to be able to change `login` for Laravel's default `email` here: https://github.com/cybercog/laravel-ban/blob/8b78c2fc86a9a9e050a730149c9466025a673660/src/Http/Middleware/LogsOutBannedUser.php#L57 And here: https://github.com/cybercog/laravel-ban/blob/8b78c2fc86a9a9e050a730149c9466025a673660/src/Http/Middleware/ForbidBannedUser.php#L51 This way it would work out-of-the-box with Laravel. Currently my workaround...
Hello. Here is a security issue I've already addressed to @mpociot but I can't start working on it yet, community awareness is needed. As we all know by default Botman...
Hello. After I set auth token I've started expose from my project directory `$ expose` The local dashboard at http://127.0.0.1:4040 is working and I see some results in the requests...
It would be cool not to handle such errors manually. Here is an example of Telegram response after trying to send a message to a user that blocked your bot:...
Tests runs fine on my machine. Seems like to fix it here this needs to be added to the end of the `composer.json` file: ```json "config": { "allow-plugins": { "thecodingmachine/discovery":...
Closes https://github.com/botman/studio/issues/99 - [x] Force Telegram Bot server to send "X-Telegram-Bot-Api-Secret-Token" HTTP header - [x] Check the header on update request to the webhook This is a **breaking change** all...
As of 2019-08-10 PSR-2 has been marked as deprecated. [PSR-12](https://www.php-fig.org/psr/psr-12/) is now recommended as an alternative. - Update [.styleci.yml](https://github.com/botman/driver-telegram/blob/master/.styleci.yml) - Update [CONTRIBUTING.md](https://github.com/botman/driver-telegram/blob/master/CONTRIBUTING.md) - Anything else?