1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-07-14 09:44:16 +02:00

[#979] added Kakao OAuth2 provider

This commit is contained in:
Gani Georgiev
2022-11-13 13:05:06 +02:00
parent 521df149a2
commit 50fce1f3cf
7 changed files with 118 additions and 5 deletions

View File

@ -56,6 +56,7 @@ func TestSettingsList(t *testing.T) {
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@ -121,6 +122,7 @@ func TestSettingsSet(t *testing.T) {
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"Acme"`,
@ -175,6 +177,7 @@ func TestSettingsSet(t *testing.T) {
`"discordAuth":{`,
`"microsoftAuth":{`,
`"spotifyAuth":{`,
`"kakaoAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,