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
GitHub is a social provider for Kaneo. It allows users to sign in to Kaneo using their GitHub account.Configuration
- Go to the GitHub Developer Settings.
- Create a new OAuth app.
- Set the redirect URI to
KANEO_API_URL/api/auth/callback/github. - Copy the client ID and client secret.
- Set
GITHUB_OAUTH_CLIENT_IDandGITHUB_OAUTH_CLIENT_SECRET(or the legacyGITHUB_CLIENT_IDandGITHUB_CLIENT_SECRETif you prefer).
KANEO_API_URL is, see the Environment variables page.