Added support for passing hd parameter to Google via existing tenant column in oauth_settings

This commit is contained in:
Mike M
2025-02-16 16:44:22 -08:00
parent e6ddb66b25
commit 4a0cab8be3
6 changed files with 71 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
"resend/resend-laravel": "^0.15.0",
"sentry/sentry-laravel": "^4.6",
"socialiteproviders/authentik": "^5.2",
"socialiteproviders/google": "^4.1",
"socialiteproviders/infomaniak": "^4.0",
"socialiteproviders/microsoft-azure": "^5.1",
"spatie/laravel-activitylog": "^4.7.3",
@@ -125,4 +126,4 @@
"@php artisan key:generate --ansi"
]
}
}
}