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

[#3948] added Bitbucket OAuth2 provider

Co-authored-by: aabajyan <arsen.abajyan@pm.me>
This commit is contained in:
Gani Georgiev
2023-12-17 15:31:34 +02:00
parent 1208edec92
commit 4e91be6d74
41 changed files with 2992 additions and 2818 deletions

View File

@@ -82,6 +82,7 @@ func TestSettingsList(t *testing.T) {
`"yandexAuth":{`,
`"patreonAuth":{`,
`"mailcowAuth":{`,
`"bitbucketAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
},
@@ -165,6 +166,7 @@ func TestSettingsSet(t *testing.T) {
`"yandexAuth":{`,
`"patreonAuth":{`,
`"mailcowAuth":{`,
`"bitbucketAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"acme_test"`,
@@ -237,6 +239,7 @@ func TestSettingsSet(t *testing.T) {
`"yandexAuth":{`,
`"patreonAuth":{`,
`"mailcowAuth":{`,
`"bitbucketAuth":{`,
`"secret":"******"`,
`"clientSecret":"******"`,
`"appName":"update_test"`,