Add the Google OAuth2 login (#790)

This commit is contained in:
Wu Clan
2025-08-28 22:10:22 +08:00
committed by GitHub
parent 33c9f78cf0
commit dcb07c60f2
11 changed files with 73 additions and 15 deletions
+2
View File
@@ -223,6 +223,8 @@ class Settings(BaseSettings):
# .env
OAUTH2_GITHUB_CLIENT_ID: str
OAUTH2_GITHUB_CLIENT_SECRET: str
OAUTH2_GOOGLE_CLIENT_ID: str
OAUTH2_GOOGLE_CLIENT_SECRET: str
OAUTH2_LINUX_DO_CLIENT_ID: str
OAUTH2_LINUX_DO_CLIENT_SECRET: str