@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.
@@ -750,7 +750,10 @@ var providers = defineProviders({
750
750
  url: "https://services.leadconnectorhq.com/users/me"
751
751
  },
752
752
  scopeRequired: true,
753
- subject: ["id"],
753
+ subject: ["locationId"],
754
+ subjectBySource: {
755
+ tokenResponse: ["locationId"]
756
+ },
754
757
  subjectType: "string",
755
758
  tokenRequest: {
756
759
  authIn: "body",
@@ -2613,5 +2616,5 @@ export {
2613
2616
  decodeJWT
2614
2617
  };
2615
2618
 
2616
- //# debugId=F2F52E55182F339764756E2164756E21
2619
+ //# debugId=FE819E5206EE2BED64756E2164756E21
2617
2620
  //# sourceMappingURL=index.js.map