setup nextauth
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pwwa",
|
"name": "pwwa",
|
||||||
"version": "1.2.0",
|
"version": "1.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "JW PW Web App",
|
"description": "JW PW Web App",
|
||||||
"repository": "http://git.d-popov.com/popov/next-cart-app.git",
|
"repository": "http://git.d-popov.com/popov/next-cart-app.git",
|
||||||
|
@ -45,10 +45,10 @@ export const authOptions: NextAuthOptions = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
// AppleProvider({
|
AppleProvider({
|
||||||
// clientId: process.env.APPLE_APP_ID,
|
clientId: process.env.APPLE_APP_ID,
|
||||||
// clientSecret: process.env.APPLE_SECRET
|
clientSecret: process.env.APPLE_SECRET
|
||||||
// }),
|
}),
|
||||||
// AzureADProvider({
|
// AzureADProvider({
|
||||||
// clientId: process.env.AZURE_AD_CLIENT_ID,
|
// clientId: process.env.AZURE_AD_CLIENT_ID,
|
||||||
// clientSecret: process.env.AZURE_AD_CLIENT_SECRET,
|
// clientSecret: process.env.AZURE_AD_CLIENT_SECRET,
|
||||||
|
Reference in New Issue
Block a user