kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update redirect URIs for Discord, GitHub, and Google social providers

+3 -3
+1 -1
apps/docs/content/docs/core/social-providers/discord.mdx
··· 12 12 1. Go to the [Discord Developer Portal](https://discord.com/developers/applications). 13 13 2. Create a new application. 14 14 3. Navigate to the "OAuth2" section in the left sidebar. 15 - 4. Add a redirect URI: `KANEO_API_URL/api/auth/oauth2/callback/discord`. 15 + 4. Add a redirect URI: `KANEO_API_URL/api/auth/callback/discord. 16 16 5. Copy the client ID and client secret from the OAuth2 page. 17 17 6. Set the `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET` environment variables. 18 18
+1 -1
apps/docs/content/docs/core/social-providers/github.mdx
··· 11 11 12 12 1. Go to the [GitHub Developer Settings](https://github.com/settings/developers/). 13 13 2. Create a new OAuth app. 14 - 3. Set the redirect URI to `KANEO_API_URL/api/auth/oauth2/callback/github`. 14 + 3. Set the redirect URI to `KANEO_API_URL/api/auth/callback/github`. 15 15 4. Copy the client ID and client secret. 16 16 5. Set the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` environment variables. 17 17
+1 -1
apps/docs/content/docs/core/social-providers/google.mdx
··· 13 13 2. Create a new project. 14 14 3. Enable the Google Sign In API. 15 15 4. Create a new OAuth client ID. 16 - 5. Set the redirect URI to `KANEO_API_URL/api/auth/oauth2/callback/google`. 16 + 5. Set the redirect URI to `KANEO_API_URL/api/auth/callback/google`. 17 17 6. Copy the client ID and client secret. 18 18 7. Set the `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` environment variables. 19 19