Secure Discord Login
OAuth2 login creates a server-side session with secure httpOnly cookies.
Configure the bot, verify Discord administrator access, and keep staff workflows readable without editing JSON files or chasing scattered commands.
OAuth2 login creates a server-side session with secure httpOnly cookies.
Guild access is resolved through Discord and filtered by Administrator permission.
Every guild API request re-checks membership and permissions before it runs.
Settings are grouped by system so admins can move quickly without editing code.
Every settings update stores before and after values with user, IP, and user agent metadata.
TanStack Query keeps dashboard data fresh after saves, invites, and server changes.
Responsive admin UI with loading states, empty states, errors, and toasts.
Discord channels and roles are fetched from the server only after authorization.
Built with server-side auth, typed settings, Redis-backed caching, and a dashboard UI designed for daily admin work.