Skip to content

Commit

Permalink
feat: APIGW接入 (closed #370)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Aug 20, 2024
1 parent b4a8744 commit bf904e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@
# ===============================================================================
# Authentication
# ===============================================================================
AUTHENTICATION_BACKENDS += ("apps.authentication.ApiGatewayJWTUserModelBackend",)
AUTHENTICATION_BACKENDS = (
"apps.authentication.ApiGatewayJWTUserModelBackend",
"blueapps.account.backends.RioBackend",
"blueapps.account.backends.WeixinBackend",
"blueapps.account.backends.UserBackend",
)

# 所有环境的日志级别可以在这里配置
# LOG_LEVEL = 'INFO'
Expand Down

0 comments on commit bf904e9

Please sign in to comment.