@absolutejs/auth 0.68.0 → 0.68.1
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 +3 -3
- package/dist/htmx/index.js +3 -3
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/dist/linkedProviders/index.js +3 -3
- package/dist/linkedProviders/index.js.map +3 -3
- package/dist/providers/clients.d.ts +1 -1
- package/dist/providers/index.js +3 -3
- package/dist/providers/index.js.map +3 -3
- package/dist/server.js +3 -3
- package/dist/server.js.map +3 -3
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -1177,7 +1177,7 @@ var require_Reflect = __commonJS(() => {
|
|
|
1177
1177
|
})(Reflect2 || (Reflect2 = {}));
|
|
1178
1178
|
});
|
|
1179
1179
|
|
|
1180
|
-
//
|
|
1180
|
+
// node_modules/citra/dist/index.js
|
|
1181
1181
|
var BASE64_BLOCK_SIZE = 4;
|
|
1182
1182
|
var NUM_GENERATOR_BYTES = 32;
|
|
1183
1183
|
var anilistProfileQuery = `query {
|
|
@@ -1328,7 +1328,7 @@ var providers = defineProviders({
|
|
|
1328
1328
|
tokenParamName: "token",
|
|
1329
1329
|
url: (config) => `https://${config.baseURL ?? "absolutejs.ai"}/oauth2/revoke`
|
|
1330
1330
|
},
|
|
1331
|
-
scopeRequired:
|
|
1331
|
+
scopeRequired: false,
|
|
1332
1332
|
subject: ["sub"],
|
|
1333
1333
|
subjectBySource: {
|
|
1334
1334
|
idToken: ["sub"],
|
|
@@ -40939,5 +40939,5 @@ export {
|
|
|
40939
40939
|
VerificationProviderError
|
|
40940
40940
|
};
|
|
40941
40941
|
|
|
40942
|
-
//# debugId=
|
|
40942
|
+
//# debugId=6C0794C80C58801664756E2164756E21
|
|
40943
40943
|
//# sourceMappingURL=server.js.map
|