nodeloc / telegram
Telegram login and notifications for Flarum
Installs: 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 12
Open Issues: 1
Type:flarum-extension
Requires
- flarum/core: ^1.8.0
- irazasyed/telegram-bot-sdk: ^3.9
README
This extension adds a "Log in with Telegram" button that uses the new Telegram Login widget and add an option to receive notifications via Telegram as well.
Installation
composer require nodeloc/telegram
Updating
composer update nodeloc/telegram php flarum migrate php flarum cache:clear
Configuration
Follow Telegram instructions to create a bot for the login widget.
Then copy the Bot Username and Bot Token to the extension settings. The username and token must belong to the same bot.
If you check Enable Notifications, the login widget will ask for permission for the bot to message the user and an additional Telegram column will appear in the user's notification settings.
Support our work
We prefer to keep our work available to everyone.
Security
If you discover a security vulnerability within Telegram login and notifications, please send an email to security@spitsyn.net. All security vulnerabilities will be promptly addressed.
Please include as many details as possible. You can use php flarum info
to get the PHP, Flarum and extension versions installed.