@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/cli/migrate.js
CHANGED
|
@@ -1135,7 +1135,10 @@ var providers = defineProviders({
|
|
|
1135
1135
|
url: "https://services.leadconnectorhq.com/users/me"
|
|
1136
1136
|
},
|
|
1137
1137
|
scopeRequired: true,
|
|
1138
|
-
subject: ["
|
|
1138
|
+
subject: ["locationId"],
|
|
1139
|
+
subjectBySource: {
|
|
1140
|
+
tokenResponse: ["locationId"]
|
|
1141
|
+
},
|
|
1139
1142
|
subjectType: "string",
|
|
1140
1143
|
tokenRequest: {
|
|
1141
1144
|
authIn: "body",
|
|
@@ -3215,5 +3218,5 @@ var main = async () => {
|
|
|
3215
3218
|
};
|
|
3216
3219
|
await main();
|
|
3217
3220
|
|
|
3218
|
-
//# debugId=
|
|
3221
|
+
//# debugId=4000B53DA36B192364756E2164756E21
|
|
3219
3222
|
//# sourceMappingURL=migrate.js.map
|