Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Discord is a social provider for Kaneo. It allows users to sign in to Kaneo using their Discord account.Configuration
- Go to the Discord Developer Portal.
- Create a new application.
- Navigate to the “OAuth2” section in the left sidebar.
- Add a redirect URI: `KANEO_API_URL/api/auth/callback/discord.
- Copy the client ID and client secret from the OAuth2 page.
- Set the
DISCORD_CLIENT_IDandDISCORD_CLIENT_SECRETenvironment variables.
KANEO_API_URL is, see the Environment variables page.