feat: google login

This commit is contained in:
trafficlunar 2026-03-28 16:19:18 +00:00
parent eaa6c97c57
commit 114526221b
3 changed files with 13 additions and 2 deletions

View file

@ -18,6 +18,8 @@ AUTH_DISCORD_ID=XXXXXXXXXXXXXXXX
AUTH_DISCORD_SECRET=XXXXXXXXXXXXXXXX
AUTH_GITHUB_ID=XXXXXXXXXXXXXXXX
AUTH_GITHUB_SECRET=XXXXXXXXXXXXXXXX
AUTH_GOOGLE_ID=XXXXXXXXXXXXXXXX
AUTH_GOOGLE_SECRET=XXXXXXXXXXXXXXXX
# Currently only supports one admin
NEXT_PUBLIC_ADMIN_USER_ID=1
@ -25,4 +27,4 @@ NEXT_PUBLIC_ADMIN_USER_ID=1
NEXT_PUBLIC_CONTRIBUTORS_USER_IDS=176
# Sends notifications (such as admin reports) to ntfy
NTFY_URL="https://ntfy.yourdomain.com/tomodachi-share"
NTFY_URL="https://ntfy.yourdomain.com/tomodachi-share"