We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f879c2 commit eb3125dCopy full SHA for eb3125d
auth.ts
@@ -22,6 +22,7 @@ import Pinterest from "next-auth/providers/pinterest"
22
import Reddit from "next-auth/providers/reddit"
23
import Slack from "next-auth/providers/slack"
24
import Spotify from "next-auth/providers/spotify"
25
+import TikTok from "next-auth/providers/tiktok"
26
import Twitch from "next-auth/providers/twitch"
27
import Twitter from "next-auth/providers/twitter"
28
import WorkOS from "next-auth/providers/workos"
@@ -62,6 +63,7 @@ export const config = {
62
63
Reddit,
64
Slack,
65
Spotify,
66
+ TikTok,
67
Twitch,
68
Twitter,
69
WorkOS({
0 commit comments