1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-07-07 22:52:35 +02:00

Added gitee OAuth

Signed-off-by: Yuxiang Gao <yuxiang-gao@outlook.com>
This commit is contained in:
Yuxiang Gao
2022-12-31 17:46:36 +08:00
parent 9033cd109e
commit 19ccc70fe5
6 changed files with 137 additions and 1 deletions

View File

@ -59,6 +59,7 @@ func TestSettingsList(t *testing.T) {
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@ -127,6 +128,7 @@ func TestSettingsSet(t *testing.T) {
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"acme_test"`,
@ -184,6 +186,7 @@ func TestSettingsSet(t *testing.T) {
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,