1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 23:24:00 +02:00

[#1573] added LiveChat OAuth2 provider

Co-authored-by: Marios Antonoudiou <m.antonoudiou@celonis.com>
This commit is contained in:
Gani Georgiev
2023-01-12 22:12:34 +02:00
parent ba7c8e2108
commit 55c6bed57f
45 changed files with 336 additions and 233 deletions

View File

@@ -60,6 +60,7 @@ func TestSettingsList(t *testing.T) {
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"livechatAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@@ -129,6 +130,7 @@ func TestSettingsSet(t *testing.T) {
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"livechatAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"acme_test"`,
@@ -187,6 +189,7 @@ func TestSettingsSet(t *testing.T) {
`"twitchAuth":{`,
`"stravaAuth":{`,
`"giteeAuth":{`,
`"livechatAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,