feat: add Line support as OAuth 3rd-party login (#1413)

This commit is contained in:
WangGuan
2022-12-21 02:25:58 +08:00
committed by GitHub
parent f075d0fd74
commit ae130788ec
7 changed files with 45 additions and 2 deletions

View File

@ -102,6 +102,7 @@ type User struct {
Bilibili string `xorm:"bilibili varchar(100)" json:"bilibili"`
Okta string `xorm:"okta varchar(100)" json:"okta"`
Douyin string `xorm:"douyin varchar(100)" json:"douyin"`
Line string `xorm:"line varchar(100)" json:"line"`
Custom string `xorm:"custom varchar(100)" json:"custom"`
WebauthnCredentials []webauthn.Credential `xorm:"webauthnCredentials blob" json:"webauthnCredentials"`