feat: integrate Google OAuth authentication provider and add login UI button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user