Identify users using their remote ID (#1732)

This commit is contained in:
qwerty287
2023-05-11 05:19:35 +02:00
committed by GitHub
parent 02cfbc8cbf
commit 6d2240b2e6
14 changed files with 101 additions and 47 deletions

View File

@@ -34,6 +34,8 @@ type User struct {
// required: true
ID int64 `json:"id" xorm:"pk autoincr 'user_id'"`
ForgeRemoteID ForgeRemoteID `json:"-" xorm:"forge_remote_id"`
// Login is the username for this user.
//
// required: true