This commit is contained in:
parent
8ba5e98c50
commit
582988add2
4 changed files with 50 additions and 35 deletions
|
@ -70,7 +70,8 @@ type User struct {
|
|||
// 64 byte unique id for passkeys, because UUIDs are 128 bytes and passkey spec says 64 bytes max
|
||||
// In theory, could also slash Id in half, but that would be a lot more calculations than the
|
||||
// saved space is worth
|
||||
PasskeyId []byte
|
||||
PasskeyId []byte
|
||||
FinishedRegistration bool // Whether this account has completed registration yet
|
||||
|
||||
// ---- "Remote" linked values
|
||||
InfoFields []UserInfoField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue