@absolutejs/auth 0.54.3 → 0.54.5
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 +2 -1
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +13 -1
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +44 -3
- package/dist/index.js.map +5 -5
- package/dist/providers/clients.d.ts +1 -0
- package/dist/providers/index.js +13 -1
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/cli/migrate.js
CHANGED
|
@@ -2165,6 +2165,7 @@ var providers = defineProviders({
|
|
|
2165
2165
|
}
|
|
2166
2166
|
},
|
|
2167
2167
|
withings: {
|
|
2168
|
+
accessTokenPath: ["body", "access_token"],
|
|
2168
2169
|
authorizationUrl: "https://account.withings.com/oauth2_user/authorize2",
|
|
2169
2170
|
isOIDC: false,
|
|
2170
2171
|
isRefreshable: true,
|
|
@@ -3277,5 +3278,5 @@ var main = async () => {
|
|
|
3277
3278
|
};
|
|
3278
3279
|
await main();
|
|
3279
3280
|
|
|
3280
|
-
//# debugId=
|
|
3281
|
+
//# debugId=5C399F0B338A96F864756E2164756E21
|
|
3281
3282
|
//# sourceMappingURL=migrate.js.map
|