Added user management
This commit is contained in:
14
requests/auth.http
Normal file
14
requests/auth.http
Normal 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
|
||||
Reference in New Issue
Block a user