Block a user
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.
/api prefix, disable CSRF and anonymous access; update OpenAPI paths accordingly. Add HomeController for default route handling.
server.address to my-server.address across properties files and LoginController for consistency and clarity.
npmBuild task to use plugin-provided npmCommand and add nodeVersionCheck task for environment validation.