@absolutejs/auth 0.48.6 → 0.48.7

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.
@@ -1180,10 +1180,10 @@ var providers = defineProviders({
1180
1180
  isOIDC: false,
1181
1181
  isRefreshable: true,
1182
1182
  profileRequest: {
1183
- authIn: "header",
1183
+ authIn: "path",
1184
1184
  encoding: "application/json",
1185
1185
  method: "GET",
1186
- url: "https://api.hubapi.com/oauth/v1/access-tokens/me"
1186
+ url: "https://api.hubapi.com/oauth/v1/access-tokens"
1187
1187
  },
1188
1188
  scopeRequired: true,
1189
1189
  subject: ["hub_id"],
@@ -3186,5 +3186,5 @@ var main = async () => {
3186
3186
  };
3187
3187
  await main();
3188
3188
 
3189
- //# debugId=E26FF9BDE963CA5264756E2164756E21
3189
+ //# debugId=3742917883A66FD264756E2164756E21
3190
3190
  //# sourceMappingURL=migrate.js.map