feat(auth): Add Oauth configuration for Telegram, Facebook, Google, Github, and Apple

This commit is contained in:
web@ppanel
2025-01-19 20:43:35 +07:00
parent cefcb310d6
commit 18ee600836
133 changed files with 2391 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"clientId": "ID клиента",
"clientIdDescription": "Идентификатор клиента Google OAuth 2.0 из консоли Google Cloud",
"clientSecret": "Секрет клиента",
"clientSecretDescription": "Секрет клиента Google OAuth 2.0 из консоли Google Cloud",
"enable": "Включить",
"enableDescription": "После включения пользователи смогут входить в систему с помощью своей учетной записи Google",
"redirectUri": "Авторизованный URI перенаправления",
"redirectUriDescription": "URL, на который пользователь будет перенаправлен после аутентификации через Google",
"saveFailed": "Не удалось сохранить",
"saveSuccess": "Сохранение успешно"
}