Implement enhanced login functionality with JWT, role-based permissions, and frontend integration

Added JWT-based login dialog with form validation and secure token handling on the frontend. Updated backend with role-based access control, privilege management, and refined security configurations. Extended database schema for user privileges and permissions.
This commit is contained in:
2025-05-30 23:41:13 +02:00
parent 20dcebbab9
commit 07646e8c42
26 changed files with 572 additions and 59 deletions
+2
View File
@@ -1,3 +1,5 @@
@import '@angular/material/prebuilt-themes/azure-blue.css';
:root {
--white: #FFFFFF;
--black: #282828;