feat: add the tiktok integration

This commit is contained in:
Pierre Ryssen
2026-03-10 15:14:14 +01:00
parent 0dca836cf5
commit cd15c81b53
18 changed files with 701 additions and 39 deletions

View File

@@ -9,15 +9,18 @@
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
NODE_ENV=production
DATABASE_URL="postgresql://wyview:wyview@localhost:5432/wyview"
NEXT_PUBLIC_PASSWORD=Azerty123
NEXTAUTH_SECRET=unsecretaleatoire
NEXTAUTH_URL=http://localhost:3000
AUTH_SECRET=secretaleatoire
NEXTAUTH_SECRET=***
NEXTAUTH_URL=*vps_ip_address*
AUTH_SECRET=***
# TikTok API credentials
TIKTOK_CLIENT_KEY=*******
TIKTOK_CLIENT_SECRET=*******
TIKTOK_CLIENT_KEY=***
TIKTOK_CLIENT_SECRET=***
TIKTOK_REDIRECT_URI_DEV=http://localhost:3000/api/tiktok/callback
TIKTOK_REDIRECT_URI_PROD=https://marouette.fun/api/tiktok/callback
TIKTOK_REDIRECT_URI_PROD=*vps_ip_address*/api/tiktok/callback