@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.
- package/dist/cli/migrate.js +8 -2
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +8 -2
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +14 -2
- package/dist/index.js.map +4 -4
- package/dist/providers/index.js +8 -2
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/providers/index.js
CHANGED
|
@@ -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: ["
|
|
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=
|
|
2619
|
+
//# debugId=FE819E5206EE2BED64756E2164756E21
|
|
2614
2620
|
//# sourceMappingURL=index.js.map
|