@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.
@@ -1122,12 +1122,15 @@ var providers = defineProviders({
1122
1122
  }
1123
1123
  },
1124
1124
  gohighlevel: {
1125
- authorizationUrl: "https://marketplace.gohighlevel.com/oauth/chooselocation",
1125
+ authorizationUrl: "https://marketplace.gohighlevel.com/v2/oauth/chooselocation",
1126
1126
  isOIDC: false,
1127
1127
  isRefreshable: true,
1128
1128
  profileRequest: {
1129
1129
  authIn: "header",
1130
1130
  encoding: "application/json",
1131
+ headers: {
1132
+ Version: "2021-07-28"
1133
+ },
1131
1134
  method: "GET",
1132
1135
  url: "https://services.leadconnectorhq.com/users/me"
1133
1136
  },
@@ -3212,5 +3215,5 @@ var main = async () => {
3212
3215
  };
3213
3216
  await main();
3214
3217
 
3215
- //# debugId=52C0F4B126AC1D9D64756E2164756E21
3218
+ //# debugId=3A81D8B15D4B231264756E2164756E21
3216
3219
  //# sourceMappingURL=migrate.js.map