added creation of default admin user and login. TODO authenticate with session token

This commit is contained in:
2025-10-02 11:23:15 +02:00
parent f99aee302a
commit 2bae9db84f
6 changed files with 181 additions and 10 deletions

View File

@@ -1,2 +1,8 @@
GET http://localhost:12345/ HTTP/1.1
POST http://localhost:12345/auth/login HTTP/1.1
content-type: application/json
{
"username": "jonas",
"password": "kappa"
}