feat(backend): start on fediverse auth support

This commit is contained in:
Sam 2023-03-16 11:43:25 +01:00
parent bfa810fbb2
commit 17f6ac4d23
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 354 additions and 36 deletions

View file

@ -28,6 +28,10 @@ type User struct {
Discord *string
DiscordUsername *string
Fediverse *string
FediverseUsername *string
FediverseAppID *int64
MaxInvites int
DeletedAt *time.Time