feat: user CRUD
This commit is contained in:
11
api/dto/user_profile_response.go
Normal file
11
api/dto/user_profile_response.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dto
|
||||
|
||||
type UserProfileResponse struct {
|
||||
Sub string `json:"sub"`
|
||||
Nickname string `json:"nickname"`
|
||||
Name string `json:"name"`
|
||||
PictureUrl string `json:"picture"`
|
||||
Updated_at string `json:"updated_at"`
|
||||
Email string `json:"email"`
|
||||
Verified bool `json:"email_verified"`
|
||||
}
|
||||
Reference in New Issue
Block a user