max5800 / beammp-server-mgmt

Lets do it.
2 stars 0 forks source link

Backend - Server-Management-Funktionen #3

Open max5800 opened 7 months ago

max5800 commented 7 months ago

Server Management Features ToDo List for beammp-server-mgmt

Tasks Overview

Detailed Breakdown

Define Requirements

Design API Endpoints

Implement Backend Logic

Ensure Security and Access Control

Testing

Documentation

Frontend Integration

Gather Feedback and Adjust

max5800 commented 7 months ago

Server Actions to implement

max5800 commented 6 months ago

Server Command Routes work, need to compile beammp to further test.

max5800 commented 6 months ago

config-editor route implemented, but not tested. Next Step, editor route testing.

max5800 commented 6 months ago

Das testen der Route hat funktioniert, aber ich habe festgestellt, dass eine authentifizierung für das benutzen der api implementiert werden muss. Dafür werde ich jwt (json web token) verwenden. Das plugin ist schon installiert (npm install jsonwebtoken). Dafür muss die auth-route.js um jwt erweitert werden und eine middleware erstellt und in den server.js eingebaut werden. Bis dahin werde ich mich aber auf die Implementierung der restlichen Backend-Funktionen konzentrieren.