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 939435a commit 51c35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# 自定义中间件
MIDDLEWARE += (
"blueapps.account.middlewares.BkJwtLoginRequiredMiddleware",
# "blueapps.account.middlewares.BkJwtLoginRequiredMiddleware",
"apigw_manager.apigw.authentication.ApiGatewayJWTGenericMiddleware",
"apigw_manager.apigw.authentication.ApiGatewayJWTAppMiddleware",
"apigw_manager.apigw.authentication.ApiGatewayJWTUserMiddleware",
Expand Down

0 comments on commit 51c35cc

Please sign in to comment.