Files
bookMgr/src
msksbr 3e7145c091 refactor(auth): replace JwtAuthInterceptor with non-blocking filter
Remove the interceptor-based JWT auth and its WebConfig registration.
Introduce JwtPopulateFilter that silently extracts JWT claims into
request attributes without blocking unauthenticated requests. Update
DashBoardController to accept nullable username and RequireRoleAspect
to handle missing credentials with proper error messages.
2026-05-22 13:31:48 +08:00
..