Docs User Management Social Login Integration

Social Login Integration

Enable Google, Discord, GitHub, and other social login providers.

7 views Updated 9 hours ago

Social Login Integration

Supported Providers

  • Google
  • Discord
  • GitHub
  • Twitter/X
  • Facebook

Configuration

Add your provider credentials to .env:

GOOGLE_CLIENT_ID=your-client-id

GOOGLE_CLIENT_SECRET=your-client-secret

DISCORD_CLIENT_ID=your-client-id

DISCORD_CLIENT_SECRET=your-client-secret

Then enable providers in Admin → Settings → Authentication.

Callback URLs

Set these callback URLs in your provider's developer console:

https://your-domain.com/auth/google/callback

https://your-domain.com/auth/discord/callback

https://your-domain.com/auth/github/callback

> [!TIP] Discord integration is especially popular with manga communities — consider enabling it first.

Was this article helpful?