You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make 1 RSA keypair on API-startup (or via env, but we only run one instance because of sockets), and all qr-codes are encrypted with that one. The public key can be embeded into the HTML-response, or fetched via. a simple request.
Not 100% necessary, but the QR code may be visible for several minutes, and with this it wouldn't matter.
New flow for user creation
Create user
button that generates a username and a password.username:password:code
string. The user is now ready to approach the mod-computer.cardKey
, which prompts the camera feature on the computer.username
,password
,code
andcardKey
to the VOTE-APIcode
code
on the websocket msg, and his/hersusername
andpassword
are autofilled and logged in.The text was updated successfully, but these errors were encountered: