Small cleanup

This commit is contained in:
Tim Krampitz
2026-07-26 14:16:37 +02:00
parent 01046b01e4
commit 85fb2c9ce7
2 changed files with 1 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ Dieses Dokument beschreibt die Phasen und Aufgaben zur Implementierung des Spiel
- [x] Initialisierung des ASP.NET Core Web API & SignalR Backends
## Phase 2: Backend-Entwicklung (Web API & SignalR)
- [ ] **Datenbank & Persistenz**: Entity Framework Core Setup mit SQLite
- [ ] **Datenbank & Persistenz**: Entity Framework Core Setup mit PostgreSQL
- [ ] **User Management**: Einfache JWT-basierte Authentifizierung
- Registrierung (Username, Email, Passwort)
- Login mit BCrypt Password Hashing

View File

@@ -1,6 +0,0 @@
@SlipItIn.Server_HostAddress = http://localhost:5234
GET {{SlipItIn.Server_HostAddress}}/weatherforecast/
Accept: application/json
###