cdro / telegram-bot-2fa-auth
Simple Telegram Bot for 2FA support
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=7.2
- cdro/telegram-bot-core: *
- composer/installers: ~1
This package is auto-updated.
Last update: 2024-12-05 01:54:25 UTC
README
This bot allows you to:
- Register to the bot
- De-register by the bot
For this just add @CabSSOBot
to Telegram and either /start
or /stop
to receive notifications.
There is no other funcitonality.
Use the bot to send SSO keys
The bot is able to send you a message to a registered user. To do so, you need to:
- know the
chat_id
of your user - call the end point by doing a post (i.e. with cURL: `curl -d "chat_id=1234&text=any%20text%20you%20%want%urlencoded" -x POST https://example.com/endpoint/?token=your_safety_token)