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:
@@ -1,3 +1,5 @@
|
||||
@import '@angular/material/prebuilt-themes/azure-blue.css';
|
||||
|
||||
:root {
|
||||
--white: #FFFFFF;
|
||||
--black: #282828;
|
||||
|
||||
Reference in New Issue
Block a user