Skip to content

Commit ee2263a

Browse files
committed
chore(apps): test tiktok on example app
1 parent f762906 commit ee2263a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/examples/nextjs/auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import Pinterest from "next-auth/providers/pinterest"
2222
import Reddit from "next-auth/providers/reddit"
2323
import Slack from "next-auth/providers/slack"
2424
import Spotify from "next-auth/providers/spotify"
25+
import TikTok from "next-auth/providers/tiktok"
2526
import Twitch from "next-auth/providers/twitch"
2627
import Twitter from "next-auth/providers/twitter"
2728
import WorkOS from "next-auth/providers/workos"
@@ -62,6 +63,7 @@ export const config = {
6263
Reddit,
6364
Slack,
6465
Spotify,
66+
TikTok,
6567
Twitch,
6668
Twitter,
6769
WorkOS({

apps/proxy/api/[auth].ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import Pinterest from "@auth/core/providers/pinterest"
2121
import Reddit from "@auth/core/providers/reddit"
2222
import Slack from "@auth/core/providers/slack"
2323
import Spotify from "@auth/core/providers/spotify"
24+
import TikTok from "@auth/core/providers/tiktok"
2425
import Twitch from "@auth/core/providers/twitch"
2526
import Twitter from "@auth/core/providers/twitter"
2627
import WorkOS from "@auth/core/providers/workos"
@@ -58,6 +59,7 @@ const authConfig: AuthConfig = {
5859
Reddit,
5960
Slack,
6061
Spotify,
62+
TikTok,
6163
Twitch,
6264
Twitter,
6365
WorkOS,

0 commit comments

Comments
 (0)