feat(middleware): 添加全局认证拦截中间件

实现基于 Bearer token 的认证拦截中间件,支持路径白名单配置
This commit is contained in:
2025-09-26 00:25:34 +08:00
parent 214605d912
commit c462d266f1
3 changed files with 94 additions and 2 deletions

View File

@ -3,4 +3,4 @@ pub mod logging;
pub mod sse;
pub mod http_client;
pub mod ws;
// removed: pub mod sse_server;
pub mod auth_guard;