@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.
- package/dist/cli/migrate.js +5 -2
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +5 -2
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +11 -2
- package/dist/index.js.map +4 -4
- package/dist/providers/index.js +5 -2
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/providers/index.js
CHANGED
|
@@ -750,7 +750,10 @@ var providers = defineProviders({
|
|
|
750
750
|
url: "https://services.leadconnectorhq.com/users/me"
|
|
751
751
|
},
|
|
752
752
|
scopeRequired: true,
|
|
753
|
-
subject: ["
|
|
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=
|
|
2619
|
+
//# debugId=FE819E5206EE2BED64756E2164756E21
|
|
2617
2620
|
//# sourceMappingURL=index.js.map
|