@absolutejs/auth 0.49.1 → 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.
@@ -743,11 +743,17 @@ var providers = defineProviders({
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
  },
749
752
  scopeRequired: true,
750
- subject: ["id"],
753
+ subject: ["locationId"],
754
+ subjectBySource: {
755
+ tokenResponse: ["locationId"]
756
+ },
751
757
  subjectType: "string",
752
758
  tokenRequest: {
753
759
  authIn: "body",
@@ -2610,5 +2616,5 @@ export {
2610
2616
  decodeJWT
2611
2617
  };
2612
2618
 
2613
- //# debugId=3F0E0CD2F7FD948A64756E2164756E21
2619
+ //# debugId=FE819E5206EE2BED64756E2164756E21
2614
2620
  //# sourceMappingURL=index.js.map