Block a user
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.
LoginController.
switch statements to use enhanced -> syntax and update dependencies to include cosmos-api.
server.address property and update issuer field in LoginController to use dynamic server address. Modify SQL query in PrivilegedUserMapper to simplify permissions retrieval.