Block a user
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.
auth.service.ts and add logging in hasAccess method for authorization checks.
hasAccess method in auth.service.ts to improve readability and optimize authorization checking logic.
HeaderComponent HTML: adjust access check condition to use SCOPE_head_mod instead of HEAD_MOD.