File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import LinkedInProvider from "next-auth/providers/linkedin"
18
18
import MailchimpProvider from "next-auth/providers/mailchimp"
19
19
import DiscordProvider from "next-auth/providers/discord"
20
20
import AzureADProvider from "next-auth/providers/azure-ad"
21
+ import SpotifyProvider from "next-auth/providers/spotify"
21
22
22
23
// import { PrismaAdapter } from "@next-auth/prisma-adapter"
23
24
// import { PrismaClient } from "@prisma/client"
@@ -138,6 +139,10 @@ export default NextAuth({
138
139
clientSecret : process . env . AZURE_AD_CLIENT_SECRET ,
139
140
tenantId : process . env . AZURE_AD_TENANT_ID ,
140
141
} ) ,
142
+ SpotifyProvider ( {
143
+ clientId : process . env . SPOTIFY_ID ,
144
+ clientSecret : process . env . SPOTIFY_SECRET ,
145
+ } ) ,
141
146
] ,
142
147
jwt : {
143
148
encryption : true ,
You can’t perform that action at this time.
0 commit comments