switched to steam-api for player profile information

This commit is contained in:
2021-10-16 01:33:57 +02:00
parent 3787c59b9e
commit af2523a78a
12 changed files with 388 additions and 116 deletions

View File

@@ -28,6 +28,7 @@ func (Player) Fields() []ent.Field {
}).StructTag(`json:"-"`),
field.Time("sharecode_updated").Optional().StructTag(`json:"-"`),
field.String("auth_code").Optional().Sensitive(),
field.Time("profile_created").Optional(),
}
}