Add People API upgrade instruction to upgrade guide (#8441)

I'm updating the docs as we now require the People API to be available
to use messaging sync. This has been reported by a user self-hosting the
app on discord.
This commit is contained in:
Charles Bochet
2024-11-08 20:34:10 +01:00
committed by GitHub
parent e3e638579b
commit eb316074ef

View File

@@ -127,5 +127,10 @@ We have also simplifed the way we handle the JWT tokens.
- Added: `APP_SECRET` - Added: `APP_SECRET`
Update your `.env` file to use the new `APP_SECRET` variable instead of the individual tokens secrets (you can use the same secret as before or generate a new random string) Update your `.env` file to use the new `APP_SECRET` variable instead of the individual tokens secrets (you can use the same secret as before or generate a new random string)
*Note*: Keep the `ACCESS_TOKEN_SECRET` variable to keep the backward compatibility with the previous API tokens.
### Connected Account
If you are using connected account to synchronize your Google emails and calendars, you will need to activate the [People API](https://developers.google.com/people) on your Google Admin console.
<ArticleEditContent></ArticleEditContent> <ArticleEditContent></ArticleEditContent>