[#887] added Spotify OAuth2 provider

This commit is contained in:
Olle Månsson
2022-11-01 16:06:06 +01:00
committed by GitHub
parent 9cef6ebd82
commit 639522b142
35 changed files with 121 additions and 35 deletions
+3
View File
@@ -55,6 +55,7 @@ func TestSettingsList(t *testing.T) {
`"twitterAuth":{`,
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@@ -119,6 +120,7 @@ func TestSettingsSet(t *testing.T) {
`"gitlabAuth":{`,
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"Acme"`,
@@ -172,6 +174,7 @@ func TestSettingsSet(t *testing.T) {
`"twitterAuth":{`,
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,