Authentication
- add AuthenticationController - add AuthenticationService - add AccountRegistryProperty - add WebClient.accountRegistryAuthenticate to WebClientCalls.kt
This commit is contained in:
8
http/authentication.http
Normal file
8
http/authentication.http
Normal file
@@ -0,0 +1,8 @@
|
||||
### account login
|
||||
POST {{hostname}}/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username": "username",
|
||||
"password": "password"
|
||||
}
|
||||
Reference in New Issue
Block a user