refactor(auth): use google provider
This commit is contained in:
parent
b91d83a5d7
commit
ebeabbcdbf
3 changed files with 13 additions and 11 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Reference in a new issue