Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 553 Bytes

File metadata and controls

15 lines (12 loc) · 553 Bytes

Authcord

A simple discord bot for providing TOTP and HOTP authentication.

Features

  • 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)

License

This project is licensed under the MIT License - see the LICENSE file for details.