setup nextauth

This commit is contained in:
Dobromir Popov
2024-05-02 21:13:45 +03:00
parent ce715aa6cf
commit 4443f178bf
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pwwa",
"version": "1.2.0",
"version": "1.2.2",
"private": true,
"description": "JW PW Web App",
"repository": "http://git.d-popov.com/popov/next-cart-app.git",

View File

@ -45,10 +45,10 @@ export const authOptions: NextAuthOptions = {
}
}
}),
// AppleProvider({
// clientId: process.env.APPLE_APP_ID,
// clientSecret: process.env.APPLE_SECRET
// }),
AppleProvider({
clientId: process.env.APPLE_APP_ID,
clientSecret: process.env.APPLE_SECRET
}),
// AzureADProvider({
// clientId: process.env.AZURE_AD_CLIENT_ID,
// clientSecret: process.env.AZURE_AD_CLIENT_SECRET,