@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/cli/migrate.js
CHANGED
|
@@ -528,7 +528,7 @@ import { desc as desc5, eq as eq7, sql as drizzleSql } from "drizzle-orm";
|
|
|
528
528
|
import { drizzle as drizzle2 } from "drizzle-orm/neon-http";
|
|
529
529
|
import { jsonb as jsonb3, pgTable as pgTable7, text as text3, timestamp, varchar as varchar7 } from "drizzle-orm/pg-core";
|
|
530
530
|
|
|
531
|
-
//
|
|
531
|
+
// node_modules/citra/dist/index.js
|
|
532
532
|
var NUM_GENERATOR_BYTES = 32;
|
|
533
533
|
var anilistProfileQuery = `query {
|
|
534
534
|
Viewer {
|
|
@@ -678,7 +678,7 @@ var providers = defineProviders({
|
|
|
678
678
|
tokenParamName: "token",
|
|
679
679
|
url: (config) => `https://${config.baseURL ?? "absolutejs.ai"}/oauth2/revoke`
|
|
680
680
|
},
|
|
681
|
-
scopeRequired:
|
|
681
|
+
scopeRequired: false,
|
|
682
682
|
subject: ["sub"],
|
|
683
683
|
subjectBySource: {
|
|
684
684
|
idToken: ["sub"],
|
|
@@ -3601,5 +3601,5 @@ var main = async () => {
|
|
|
3601
3601
|
};
|
|
3602
3602
|
await main();
|
|
3603
3603
|
|
|
3604
|
-
//# debugId=
|
|
3604
|
+
//# debugId=43966AE17141C1D964756E2164756E21
|
|
3605
3605
|
//# sourceMappingURL=migrate.js.map
|