Add support for authentication

This commit is contained in:
2023-09-04 14:20:48 +02:00
parent 8defc104c6
commit 44d565c6da
4 changed files with 169 additions and 6 deletions

View File

@ -37,7 +37,6 @@ export class AuthApi {
await APIClient.exec({
uri: "/auth/local",
method: "POST",
allowFail: true,
jsonData: {
username: username,
password: password,