feat: integrate Google OAuth authentication provider and add login UI button

This commit is contained in:
Jose Selesan
2026-04-20 10:16:02 -03:00
parent 5b53a10bbc
commit a4075866f8
4 changed files with 85 additions and 1 deletions

View File

@@ -12,3 +12,7 @@ SMTP_PORT=587
SMTP_USER=user@example.com
SMTP_PASS=your-smtp-password
SMTP_FROM=Playzer <no-reply@example.com>
# Google OAuth
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret