!677 add 新增 对接 gitea 三方单点登录

* add 新增 对接 gitea 三方单点登录
This commit is contained in:
lcry
2025-05-12 02:07:46 +00:00
committed by 疯狂的狮子Li
parent 0c2fe34d92
commit 5a1523564b
10 changed files with 169 additions and 8 deletions

View File

@ -10,9 +10,9 @@ create table sys_social
nick_name nvarchar(30) DEFAULT ('') NULL,
email nvarchar(255) DEFAULT ('') NULL,
avatar nvarchar(500) DEFAULT ('') NULL,
access_token nvarchar(255) NOT NULL,
access_token nvarchar(2000) NOT NULL,
expire_in bigint NULL,
refresh_token nvarchar(255) NULL,
refresh_token nvarchar(2000) NULL,
access_code nvarchar(255) NULL,
union_id nvarchar(255) NULL,
scope nvarchar(255) NULL,