Skip to content

Commit

Permalink
docs: 📝 Add callback URL instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Apr 17, 2022
1 parent 29254f6 commit e569e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/docs/docs/self-hosting/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Used for sending email notifications and authentication
<p>

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 |
| ---------------------------- | ------- | --------------------------------------------- |
Expand All @@ -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 |
| ---------------------------- | ------- | --------------------------------------------------------------------------- |
Expand All @@ -83,6 +84,7 @@ You can create your own GitHub OAuth app [here](https://github.com/settings/deve
<p>

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 |
| ------------------------------ | ------- | --------------------------------------------------------------------------- |
Expand Down

5 comments on commit e569e59

@vercel
Copy link

@vercel vercel bot commented on e569e59 Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e569e59 Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on e569e59 Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-git-main-typebot-io.vercel.app
docs.typebot.io
docs-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e569e59 Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.