@absolutejs/auth 0.49.2 → 0.49.3

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.
@@ -1135,7 +1135,10 @@ var providers = defineProviders({
1135
1135
  url: "https://services.leadconnectorhq.com/users/me"
1136
1136
  },
1137
1137
  scopeRequired: true,
1138
- subject: ["id"],
1138
+ subject: ["locationId"],
1139
+ subjectBySource: {
1140
+ tokenResponse: ["locationId"]
1141
+ },
1139
1142
  subjectType: "string",
1140
1143
  tokenRequest: {
1141
1144
  authIn: "body",
@@ -3215,5 +3218,5 @@ var main = async () => {
3215
3218
  };
3216
3219
  await main();
3217
3220
 
3218
- //# debugId=3A81D8B15D4B231264756E2164756E21
3221
+ //# debugId=4000B53DA36B192364756E2164756E21
3219
3222
  //# sourceMappingURL=migrate.js.map