We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e01ffc commit 3c39d2fCopy full SHA for 3c39d2f
backend/core/conf.py
@@ -173,6 +173,7 @@ class Settings(BaseSettings):
173
'/openapi',
174
f'{FASTAPI_API_V1_PATH}/auth/login/swagger',
175
f'{FASTAPI_API_V1_PATH}/oauth2/github/callback',
176
+ f'{FASTAPI_API_V1_PATH}/oauth2/google/callback',
177
f'{FASTAPI_API_V1_PATH}/oauth2/linux-do/callback',
178
]
179
OPERA_LOG_ENCRYPT_TYPE: int = 1 # 0: AES (性能损耗); 1: md5; 2: ItsDangerous; 3: 不加密, others: 替换为 ******
0 commit comments