From e569e59699dd8b4e102f2d193f54771b112116e2 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sat, 16 Apr 2022 14:26:35 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20callback=20URL=20i?= =?UTF-8?q?nstructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/self-hosting/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/self-hosting/configuration.md b/apps/docs/docs/self-hosting/configuration.md index 15a059245..12433e661 100644 --- a/apps/docs/docs/self-hosting/configuration.md +++ b/apps/docs/docs/self-hosting/configuration.md @@ -51,6 +51,7 @@ Used for sending email notifications and authentication

Used authentication in the builder and for the Google Sheets integration step. Make sure to set the required scopes (`userinfo.email`, `spreadsheets`, `drive.readonly`) in your console +The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/google/callback` | Parameter | Default | Description | | ---------------------------- | ------- | --------------------------------------------- | @@ -70,7 +71,7 @@ Used for Google Fonts: Used for authenticating with GitHub. By default, it uses the credentials of a Typebot-dev app. -You can create your own GitHub OAuth app [here](https://github.com/settings/developers). +You can create your own GitHub OAuth app [here](https://github.com/settings/developers). The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/github/callback` | Parameter | Default | Description | | ---------------------------- | ------- | --------------------------------------------------------------------------- | @@ -83,6 +84,7 @@ You can create your own GitHub OAuth app [here](https://github.com/settings/deve

You can create your own Facebook OAuth app [here](https://developers.facebook.com/apps/create/). +The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/facebook/callback` | Parameter | Default | Description | | ------------------------------ | ------- | --------------------------------------------------------------------------- |