Added user management

This commit is contained in:
2025-10-04 13:40:30 +02:00
parent a197d9bd3b
commit 34696a1fc8
10 changed files with 308 additions and 53 deletions

14
requests/auth.http Normal file
View File

@@ -0,0 +1,14 @@
@url = http://{{host}}:{{port}}
POST {{url}}/auth/login HTTP/1.1
content-type: application/json
{
"username": "jonas",
"password": "paula"
}
###
GET {{url}}/auth HTTP/1.1