@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/index.js
CHANGED
|
@@ -181,7 +181,7 @@ var init_crypto = __esm(() => {
|
|
|
181
181
|
textDecoder = new TextDecoder;
|
|
182
182
|
});
|
|
183
183
|
|
|
184
|
-
//
|
|
184
|
+
// node_modules/citra/dist/index.js
|
|
185
185
|
var BASE64_BLOCK_SIZE = 4;
|
|
186
186
|
var NUM_GENERATOR_BYTES = 32;
|
|
187
187
|
var anilistProfileQuery = `query {
|
|
@@ -332,7 +332,7 @@ var providers = defineProviders({
|
|
|
332
332
|
tokenParamName: "token",
|
|
333
333
|
url: (config) => `https://${config.baseURL ?? "absolutejs.ai"}/oauth2/revoke`
|
|
334
334
|
},
|
|
335
|
-
scopeRequired:
|
|
335
|
+
scopeRequired: false,
|
|
336
336
|
subject: ["sub"],
|
|
337
337
|
subjectBySource: {
|
|
338
338
|
idToken: ["sub"],
|
|
@@ -40277,5 +40277,5 @@ export {
|
|
|
40277
40277
|
AGENT_CLAIM_GRANT_TYPE
|
|
40278
40278
|
};
|
|
40279
40279
|
|
|
40280
|
-
//# debugId=
|
|
40280
|
+
//# debugId=084A831EA034318064756E2164756E21
|
|
40281
40281
|
//# sourceMappingURL=index.js.map
|