added username for uniqueness of connection db entry

This commit is contained in:
2026-04-08 17:38:42 +02:00
parent c59f2598b0
commit 3e4a1f92b1
7 changed files with 17 additions and 5 deletions
@@ -25,6 +25,7 @@ public class HomeboxEntity extends ConnectionEntity {
HomeboxEntity he = new HomeboxEntity();
he.setAppUrl(request.appUrl());
he.setUsername(request.credentials().get("username"));
he.setToken(response.token());
he.setAttachmentToken(response.getExtraVar("attachmentToken"));
he.setExpiresAt(response.expiresAt());