diff --git a/backend/core/conf.py b/backend/core/conf.py index 7271ebcf..a082aa24 100644 --- a/backend/core/conf.py +++ b/backend/core/conf.py @@ -173,6 +173,7 @@ class Settings(BaseSettings): '/openapi', f'{FASTAPI_API_V1_PATH}/auth/login/swagger', f'{FASTAPI_API_V1_PATH}/oauth2/github/callback', + f'{FASTAPI_API_V1_PATH}/oauth2/google/callback', f'{FASTAPI_API_V1_PATH}/oauth2/linux-do/callback', ] OPERA_LOG_ENCRYPT_TYPE: int = 1 # 0: AES (性能损耗); 1: md5; 2: ItsDangerous; 3: 不加密, others: 替换为 ******