feat: 增强日历功能并集成 AgentScope 代理服务
This commit is contained in:
@@ -69,6 +69,7 @@ def get_current_user(authorization: str | None = Header(default=None)) -> Curren
|
||||
logger.warning(
|
||||
"JWT validation failed",
|
||||
error_type=type(exc).__name__,
|
||||
reason=str(exc),
|
||||
)
|
||||
raise HTTPException(status_code=401, detail="Unauthorized") from exc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user