@absolutejs/auth 0.49.0 → 0.49.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/migrate.js +5 -2
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +5 -2
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +5 -2
- package/dist/index.js.map +3 -3
- package/dist/providers/index.js +5 -2
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/htmx/index.js
CHANGED
|
@@ -737,12 +737,15 @@ var providers = defineProviders({
|
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
gohighlevel: {
|
|
740
|
-
authorizationUrl: "https://marketplace.gohighlevel.com/oauth/chooselocation",
|
|
740
|
+
authorizationUrl: "https://marketplace.gohighlevel.com/v2/oauth/chooselocation",
|
|
741
741
|
isOIDC: false,
|
|
742
742
|
isRefreshable: true,
|
|
743
743
|
profileRequest: {
|
|
744
744
|
authIn: "header",
|
|
745
745
|
encoding: "application/json",
|
|
746
|
+
headers: {
|
|
747
|
+
Version: "2021-07-28"
|
|
748
|
+
},
|
|
746
749
|
method: "GET",
|
|
747
750
|
url: "https://services.leadconnectorhq.com/users/me"
|
|
748
751
|
},
|
|
@@ -2677,5 +2680,5 @@ export {
|
|
|
2677
2680
|
escapeHtml
|
|
2678
2681
|
};
|
|
2679
2682
|
|
|
2680
|
-
//# debugId=
|
|
2683
|
+
//# debugId=1803AD23758AC0FF64756E2164756E21
|
|
2681
2684
|
//# sourceMappingURL=index.js.map
|