1
0
Fork 0

refactor(auth): use google provider

This commit is contained in:
Vojtěch Mareš 2023-06-26 23:09:18 +02:00
parent b91d83a5d7
commit ebeabbcdbf
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 13 additions and 11 deletions

View file

@ -20,6 +20,6 @@ DATABASE_URL="postgresql://username:password@localhost:5432/database"
# NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
# Next Auth Discord Provider
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
# Next Auth Google Provider
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""