Authentication

- add AuthenticationController
- add AuthenticationService
- add AccountRegistryProperty
- add WebClient.accountRegistryAuthenticate to WebClientCalls.kt
This commit is contained in:
2025-01-01 20:25:03 +01:00
parent 0d2457b574
commit 22222fb0e3
6 changed files with 105 additions and 0 deletions

8
http/authentication.http Normal file
View File

@@ -0,0 +1,8 @@
### account login
POST {{hostname}}/login
Content-Type: application/json
{
"username": "username",
"password": "password"
}