Block a user
KeyPairMapper to improve query readability by aliasing fields and reformatting SQL.
LoginController to use pattern matching for Jwt type check, simplify uuid extraction, and adjust debug logs.
Connection.java, improve resource management, and refine debug logging in LoginController.
app.config.ts, integrate configuration directly in main.ts, and refactor providers to include authInterceptor.
authInterceptor for JWT handling, update API schema with bearerAuth security, and refactor configuration to support HTTP interceptors.
reloadUsername in auth.service to remove debug logs, simplify subscription handling, and add null check before invocation.
LoginController, simplify auth.service token validation, and remove debug logs from AppealComponent.
auth.service for username handling.
FormsComponent and add AuthGuard for appeal route protection. Replace dynamic routing with static appeal route, restructure AppealComponent layout, and introduce responsive design adjustments. Update environment configuration for default auth status.
AuthGuard for route protection, integrate authorization checks into particles route, and simplify HeaderComponent access logic. Remove redundant debug logging in auth.service.ts.
authorizations to authorities in JWT interface and related method in auth.service.ts. Update debug logging accordingly.