Update new storage types and regenerate
This commit is contained in:
parent
0932f19f71
commit
41e432b56e
28 changed files with 6561 additions and 23 deletions
|
@ -5,6 +5,8 @@ package models
|
|||
// For a password, this would be a hash of that password,
|
||||
// totp would be the seed,
|
||||
// and passkey would be the webauthn.Credential, marshalled into json
|
||||
//
|
||||
// Password hashes may only exist at most once per user, the rest 0-m
|
||||
type UserAuthMethod struct {
|
||||
User User
|
||||
UserId string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue