@absolutejs/auth 0.48.6 → 0.48.7
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 +3 -3
- package/dist/cli/migrate.js.map +2 -2
- package/dist/htmx/index.js +5 -3
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +5 -3
- package/dist/index.js.map +3 -3
- package/dist/providers/index.js +5 -3
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/cli/migrate.js
CHANGED
|
@@ -1180,10 +1180,10 @@ var providers = defineProviders({
|
|
|
1180
1180
|
isOIDC: false,
|
|
1181
1181
|
isRefreshable: true,
|
|
1182
1182
|
profileRequest: {
|
|
1183
|
-
authIn: "
|
|
1183
|
+
authIn: "path",
|
|
1184
1184
|
encoding: "application/json",
|
|
1185
1185
|
method: "GET",
|
|
1186
|
-
url: "https://api.hubapi.com/oauth/v1/access-tokens
|
|
1186
|
+
url: "https://api.hubapi.com/oauth/v1/access-tokens"
|
|
1187
1187
|
},
|
|
1188
1188
|
scopeRequired: true,
|
|
1189
1189
|
subject: ["hub_id"],
|
|
@@ -3186,5 +3186,5 @@ var main = async () => {
|
|
|
3186
3186
|
};
|
|
3187
3187
|
await main();
|
|
3188
3188
|
|
|
3189
|
-
//# debugId=
|
|
3189
|
+
//# debugId=3742917883A66FD264756E2164756E21
|
|
3190
3190
|
//# sourceMappingURL=migrate.js.map
|