@absolutejs/auth 0.68.0 → 0.68.2
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 +9 -4
- package/dist/cli/migrate.js.map +5 -5
- package/dist/htmx/index.js +3 -3
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +9 -4
- package/dist/index.js.map +5 -5
- 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 +9 -4
- package/dist/server.js.map +5 -5
- package/package.json +2 -2
|
@@ -55,7 +55,7 @@ export declare const buildClientProviders: (providersConfiguration: OAuth2Config
|
|
|
55
55
|
tokenParamName: "token";
|
|
56
56
|
url: (config: any) => string;
|
|
57
57
|
};
|
|
58
|
-
scopeRequired:
|
|
58
|
+
scopeRequired: false;
|
|
59
59
|
subject: string[];
|
|
60
60
|
subjectBySource: {
|
|
61
61
|
idToken: string[];
|
package/dist/providers/index.js
CHANGED
|
@@ -46,7 +46,7 @@ var __export = (target, all) => {
|
|
|
46
46
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
47
47
|
var __require = import.meta.require;
|
|
48
48
|
|
|
49
|
-
//
|
|
49
|
+
// node_modules/citra/dist/index.js
|
|
50
50
|
var BASE64_BLOCK_SIZE = 4;
|
|
51
51
|
var NUM_GENERATOR_BYTES = 32;
|
|
52
52
|
var anilistProfileQuery = `query {
|
|
@@ -197,7 +197,7 @@ var providers = defineProviders({
|
|
|
197
197
|
tokenParamName: "token",
|
|
198
198
|
url: (config) => `https://${config.baseURL ?? "absolutejs.ai"}/oauth2/revoke`
|
|
199
199
|
},
|
|
200
|
-
scopeRequired:
|
|
200
|
+
scopeRequired: false,
|
|
201
201
|
subject: ["sub"],
|
|
202
202
|
subjectBySource: {
|
|
203
203
|
idToken: ["sub"],
|
|
@@ -2899,5 +2899,5 @@ export {
|
|
|
2899
2899
|
decodeJWT
|
|
2900
2900
|
};
|
|
2901
2901
|
|
|
2902
|
-
//# debugId=
|
|
2902
|
+
//# debugId=99FEB141F461D18E64756E2164756E21
|
|
2903
2903
|
//# sourceMappingURL=index.js.map
|