mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 00:43:16 +00:00
ability to refresh tokens
This commit is contained in:
@@ -10,7 +10,7 @@ type User struct {
|
||||
Login string `json:"login" meddler:"user_login"`
|
||||
Token string `json:"-" meddler:"user_token"`
|
||||
Secret string `json:"-" meddler:"user_secret"`
|
||||
Expiry int64 `json:"-" meddler:"-"`
|
||||
Expiry int64 `json:"-" meddler:"user_expiry"`
|
||||
Email string `json:"email" meddler:"user_email"`
|
||||
Avatar string `json:"avatar_url" meddler:"user_avatar"`
|
||||
Active bool `json:"active," meddler:"user_active"`
|
||||
|
Reference in New Issue
Block a user