Skip to content

Commit

Permalink
chore(apps): test tiktok on example app
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 29, 2024
1 parent f762906 commit ee2263a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/examples/nextjs/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Pinterest from "next-auth/providers/pinterest"
import Reddit from "next-auth/providers/reddit"
import Slack from "next-auth/providers/slack"
import Spotify from "next-auth/providers/spotify"
import TikTok from "next-auth/providers/tiktok"
import Twitch from "next-auth/providers/twitch"
import Twitter from "next-auth/providers/twitter"
import WorkOS from "next-auth/providers/workos"
Expand Down Expand Up @@ -62,6 +63,7 @@ export const config = {
Reddit,
Slack,
Spotify,
TikTok,
Twitch,
Twitter,
WorkOS({
Expand Down
2 changes: 2 additions & 0 deletions apps/proxy/api/[auth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Pinterest from "@auth/core/providers/pinterest"
import Reddit from "@auth/core/providers/reddit"
import Slack from "@auth/core/providers/slack"
import Spotify from "@auth/core/providers/spotify"
import TikTok from "@auth/core/providers/tiktok"
import Twitch from "@auth/core/providers/twitch"
import Twitter from "@auth/core/providers/twitter"
import WorkOS from "@auth/core/providers/workos"
Expand Down Expand Up @@ -58,6 +59,7 @@ const authConfig: AuthConfig = {
Reddit,
Slack,
Spotify,
TikTok,
Twitch,
Twitter,
WorkOS,
Expand Down

0 comments on commit ee2263a

Please sign in to comment.