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

[#970] added Twitch OAuth2 provider

This commit is contained in:
Gani Georgiev
2022-11-13 14:20:11 +02:00
parent c95e50c8a5
commit 4c096fd745
36 changed files with 154 additions and 35 deletions

View File

@ -57,6 +57,7 @@ func TestSettingsList(t *testing.T) {
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@ -123,6 +124,7 @@ func TestSettingsSet(t *testing.T) {
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"Acme"`,
@ -178,6 +180,7 @@ func TestSettingsSet(t *testing.T) {
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"twitchAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,