Implement Google OAuth linking functionality. Update backend to handle linking existing accounts with Google, including state token management. Enhance frontend to support linking process, including new UI components for user input and feedback. Update mobile app to handle OAuth callbacks and integrate linking features. Refactor related services and controllers for improved error handling and user experience.
This commit is contained in:
@@ -56,7 +56,8 @@ EMAIL_FROM_NAME=TimeClock Zeiterfassung
|
||||
# Erstelle OAuth Credentials unter: https://console.cloud.google.com/
|
||||
GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
|
||||
GOOGLE_CLIENT_SECRET=your-google-client-secret
|
||||
GOOGLE_CALLBACK_URL=https://stechuhr3.tsschulz.de/api/auth/oauth/google/callback
|
||||
GOOGLE_CALLBACK_URL=https://stechuhr3.tsschulz.de/api/auth/google/callback
|
||||
API_PUBLIC_URL=https://stechuhr3.tsschulz.de/api
|
||||
|
||||
# =============================================================================
|
||||
# SECURITY & CORS
|
||||
@@ -88,4 +89,3 @@ BACKUP_DIR=/var/backups/timeclock
|
||||
|
||||
# Backup-Retention in Tagen
|
||||
BACKUP_RETENTION_DAYS=30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user