adding functionality to send login message

This commit is contained in:
jakani24
2024-06-06 15:43:50 +02:00
parent bb2c884c09
commit 0d7846e4d5
7 changed files with 67 additions and 6 deletions

View File

@@ -68,6 +68,7 @@
user_hex_id VARCHAR(255),
credential_id VARBINARY(64),
allow_pw_login INT,
send_login_message INT,
public_key TEXT,
counter INT
)";