feat(profile): implement yggdrasil profile signing
This commit is contained in:
@@ -24,3 +24,11 @@ type RegisterRequest struct {
|
||||
Email string `json:"email"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
type Profile struct {
|
||||
ID int `json:"-"`
|
||||
UserID int `json:"-"`
|
||||
SkinHash string `json:"skin_hash,omitempty"`
|
||||
CapeHash string `json:"cape_hash,omitempty"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user