A simple discord bot for providing TOTP and HOTP authentication.
- Adding and removing 'accounts' (TOTP/HOTP secrets) via slash-commands
- Getting TOTP/HOTP tokens via slash-commands
- Autocompletion for account names in slash-commands
- Secrets are encrypted at rest (in a MySQL DB) using AES-256-GCM
- Caching (planned)
- Accounts limited to specific roles (planned)
- Fancy embeds (planned)
This project is licensed under the MIT License - see the LICENSE file for details.