feat(backend): start on fediverse auth support
This commit is contained in:
parent
bfa810fbb2
commit
17f6ac4d23
7 changed files with 354 additions and 36 deletions
|
@ -28,6 +28,10 @@ type User struct {
|
|||
Discord *string
|
||||
DiscordUsername *string
|
||||
|
||||
Fediverse *string
|
||||
FediverseUsername *string
|
||||
FediverseAppID *int64
|
||||
|
||||
MaxInvites int
|
||||
|
||||
DeletedAt *time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue