added creation of default admin user and login. TODO authenticate with session token
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user