Go to file
Teriuihi 07646e8c42 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.
2025-05-30 23:41:13 +02:00
backend Implement enhanced login functionality with JWT, role-based permissions, and frontend integration 2025-05-30 23:41:13 +02:00
database Implement enhanced login functionality with JWT, role-based permissions, and frontend integration 2025-05-30 23:41:13 +02:00
frontend Implement enhanced login functionality with JWT, role-based permissions, and frontend integration 2025-05-30 23:41:13 +02:00
gradle/wrapper Initial setup 2025-04-02 19:18:39 +02:00
open_api Add JWT-based login flow with key pair generation 2025-05-24 01:33:36 +02:00
.gitattributes Initial setup 2025-04-02 19:18:39 +02:00
.gitignore Add 'node' to .gitignore 2025-04-18 22:27:42 +02:00
gradlew Initial setup 2025-04-02 19:18:39 +02:00
gradlew.bat Initial setup 2025-04-02 19:18:39 +02:00
settings.gradle.kts Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00