Add initial feed structure, fix passkey id usage
This commit is contained in:
parent
ef91558600
commit
420f6e46c0
6 changed files with 162 additions and 118 deletions
|
@ -10,15 +10,8 @@ import (
|
|||
// A user describes an account for creating content.
|
||||
// This may be controlled by either a human or some external script
|
||||
//
|
||||
// Data stored in external types:
|
||||
// - Custom info fields
|
||||
// - Being types
|
||||
// - Tags
|
||||
// - Relations
|
||||
// - Pronouns
|
||||
// - Roles
|
||||
// - AP remote links
|
||||
// - Auth methods and tokens (hashed pw, totp key, passkey id)
|
||||
// Data stored externally:
|
||||
// - Feed connections (which note belongs in the feed of this user, for what reason)
|
||||
type User struct {
|
||||
// ID is a uuid for this account
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue