Compare commits

...
Sign in to create a new pull request.

3 commits
state ... dev

Author SHA1 Message Date
grngxd
697a880c87 embeds 2025-08-08 22:32:01 +01:00
grngxd
81aa06d716 Merge branch 'state' into dev 2025-08-01 10:46:28 +01:00
g
04284acc13 Merge pull request 'add state validation to oauth flow' (#8) from state into dev
Reviewed-on: #8
2025-07-31 10:30:40 +00:00

View file

@ -38,6 +38,8 @@ type User struct {
Email string `json:"email"`
CreatedAt time.Time `json:"created_at"`
HashedApiKey string `json:"hashed_api_key"`
Avatar string `json:"avatar"`
GlobalName string `json:"global_name"`
}
type AvatarDecorationData struct {