Login Methods
Community Template supports multiple login methods. Each can be enabled or disabled in Admin Panel > Settings > Login Methods.
- Email - Passwordless magic code login. No external setup required.
- Discord - OAuth login via Discord. Setup covered in the Discord Integration guide.
- Google - OAuth login via Google.
- Steam - OpenID login via Steam.
Google OAuth lets users sign in with their Google account. Community Template uses PKCE flow for secure authentication.
📄️ Steam
Steam login uses OpenID 2.0, which means users authenticate directly on Steam's website. No OAuth credentials are needed - just a Steam Web API key.
📄️ Discord
Discord login setup is covered on the Discord Integration page, which also covers the Discord bot, audit logging, and other Discord features.