🔒 Add Discord user authentication and admin permissions check for developer tools access

This commit is contained in:
2026-01-30 05:13:35 +00:00
parent 2ef40ac5a3
commit 2ff4160944
2 changed files with 55 additions and 0 deletions

View File

@@ -15,3 +15,9 @@ SESSION_SECRET=generate_a_random_secret_key_here
# Optional: Logging Level
LOG_LEVEL=info
# Discord User Permissions
# Comma-separated list of Discord usernames that have developer access
# Format: username1,username2,username3
# Leave empty to disable developer tools for all users
DISCORD_ADMIN_USERS=YourDiscordUsername,AnotherUser