common: update gitea APIs

This commit is contained in:
2025-05-26 16:55:15 +02:00
parent 3bef967023
commit d150c66427
60 changed files with 7832 additions and 119 deletions

View File

@@ -40,6 +40,9 @@ type OAuth2Application struct {
// redirect u r is
RedirectURIs []string `json:"redirect_uris"`
// skip secondary authorization
SkipSecondaryAuthorization bool `json:"skip_secondary_authorization,omitempty"`
}
// Validate validates this o auth2 application