Social Providers
Discord
Discord is a social provider for Kaneo.
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/oauth2/callback/discord. - Copy the client ID and client secret from the OAuth2 page.
- Set the
DISCORD_CLIENT_IDandDISCORD_CLIENT_SECRETenvironment variables.
For more information on what your KANEO_API_URL is, see the Environment variables page.
Usage
Once you have configured the social provider, you can sign in to Kaneo using your Discord account.