@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/htmx/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",
|
|
@@ -2677,5 +2683,5 @@ export {
|
|
|
2677
2683
|
escapeHtml
|
|
2678
2684
|
};
|
|
2679
2685
|
|
|
2680
|
-
//# debugId=
|
|
2686
|
+
//# debugId=1439BB73F13E4F7864756E2164756E21
|
|
2681
2687
|
//# sourceMappingURL=index.js.map
|