@baseplate-dev/plugin-auth 0.6.12 → 0.6.13
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/CHANGELOG.md +24 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/better-auth/constants/packages.d.ts +1 -1
- package/dist/better-auth/constants/packages.js +1 -1
- package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts +2 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts +4 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +43 -6
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +21 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +46 -10
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +18 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +24 -6
- package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +20 -4
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +10 -5
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +7 -4
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +76 -59
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +58 -46
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -0
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +28 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +7 -23
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +2 -8
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +35 -66
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +1 -5
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +8 -4
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +3 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +4 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +9 -6
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +2 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +5 -3
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +62 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +21 -11
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +152 -10
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +52 -2
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +14 -4
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +9 -3
- package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +6 -3
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +102 -8
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +19 -5
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +0 -4
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +2 -15
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +2 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.d.ts +6 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.js +18 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.worker.ts +22 -0
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +4 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +0 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +0 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +52 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +9 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +77 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +1 -1
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -0
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -0
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -0
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +2 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -2
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +8 -5
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +3 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.d.ts → placeholder-auth-module.generator.d.ts} +20 -3
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/{auth-module.generator.js → placeholder-auth-module.generator.js} +16 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +5 -21
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +17 -26
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +21 -31
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-Bd_uRhIr.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DxRuC5lD.js} +89 -73
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-BX1_Ngjt.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js} +50 -13
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CQuBII8a.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-CpEOtTmq.js} +50 -14
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-BTSgZGcl.js} +6932 -6106
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js} +72 -151
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js} +30 -247
- package/dist/web/assets/auth-gRzmaSZc.js +1 -0
- package/dist/web/assets/{common-ooa00sM_.js → common-B4cD6OfF.js} +6 -6
- package/dist/web/assets/{common-C0Hur22D.js → common-B9LNVIXT.js} +4 -4
- package/dist/web/assets/{common-BFKR_7HQ.js → common-B9sZoKR5.js} +6 -6
- package/dist/web/assets/{common-B8Z1_D6-.js → common-DF9FD3lJ.js} +4 -4
- package/dist/web/assets/{common-CLtpg163.js → common-S36tY-P3.js} +3 -3
- package/dist/web/assets/{common-CTYcv1u_.js → common-sMUs9FmV.js} +3 -3
- package/dist/web/assets/{dist-DicVrB_Z.js → dist-CtqdAorB.js} +374 -254
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-CtbvyMZJ.js → dist-SBfmsOB2.js} +43 -359
- package/dist/web/assets/{get-auth-plugin-definition-DBdchbBZ.js → get-auth-plugin-definition-Bs9C6JrS.js} +2 -2
- package/dist/web/assets/hostInit-BtfjN9sB.js +99 -0
- package/dist/web/assets/{index-CR54yoeW.js → index-DVCa_MuH.js} +2 -2
- package/dist/web/assets/{mf-entry-bootstrap-0-4f84e81c.js → mf-entry-bootstrap-0-31a63adb.js} +5 -2
- package/dist/web/assets/{model-utils-CQpTF3uf.js → model-utils-BDM6ILfO.js} +42 -14
- package/dist/web/assets/{models-Bc3L4Vsl.js → models-1c2urnle.js} +3 -3
- package/dist/web/assets/{models-BIKzGkW3.js → models-DGhhwO8Q.js} +3 -3
- package/dist/web/assets/{plugin-definition-BhNnSvrD.js → plugin-definition-B-HRncfN.js} +3 -3
- package/dist/web/assets/{plugin-definition-33i4r91s.js → plugin-definition-Dluw2inU.js} +3 -3
- package/dist/web/assets/{styles-BT_OTXuv.js → styles-BTmSBHAy.js} +15 -12
- package/dist/web/assets/{virtualExposes-B_hX31Ln.js → virtualExposes-C1o-SyCQ.js} +1 -1
- package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bs76by83.js +259 -0
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-BVNjo6R7.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-B5SkIaaz.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B_7IVc8D.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DotA2McS.js} +50 -15
- package/dist/web/assets/{web-CJlCNegu.js → web-B2REeIGU.js} +3 -3
- package/dist/web/assets/{web-aKoJoBnQ.js → web-BEOhczx1.js} +16 -16
- package/dist/web/assets/{web-Dso6eI9u.js → web-Bh_3N1sv.js} +17 -17
- package/dist/web/assets/{web-BXB-pvWJ.js → web-CiuxQhgn.js} +20 -20
- package/dist/web/assets/{web-DYbNyLPi.js → web-DGv5-Arz.js} +35 -35
- package/dist/web/assets/{web-BDeHApaZ.js → web-jcCkQISW.js} +31 -18
- package/dist/web/assets/{web-BC9MejP0.js → web-wBaHshVG.js} +3 -3
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +26 -26
- package/dist/web/assets/auth-DS8ZnZZr.js +0 -1
- package/dist/web/assets/hostInit-CDVLjNbq.js +0 -119
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { n as __mf_142, o as __mf_17, r as __mf_161, t as __mf_141, u as
|
|
2
|
-
import { t as getAuthPluginDefinition } from "./get-auth-plugin-definition-
|
|
3
|
-
import "./auth-
|
|
1
|
+
import { n as __mf_142, o as __mf_17, r as __mf_161, t as __mf_141, u as __mf_232, v as __mf_58 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
2
|
+
import { t as getAuthPluginDefinition } from "./get-auth-plugin-definition-Bs9C6JrS.js";
|
|
3
|
+
import "./auth-gRzmaSZc.js";
|
|
4
4
|
import { t as LOCAL_AUTH_MODELS } from "./model-names-BluImOzu.js";
|
|
5
|
-
import { n as createLocalAuthPluginDefinitionSchema, t as createLocalAuthPartialDefinition } from "./models-
|
|
5
|
+
import { n as createLocalAuthPluginDefinitionSchema, t as createLocalAuthPartialDefinition } from "./models-DGhhwO8Q.js";
|
|
6
6
|
//#region src/local-auth/core/schema/schema-issue-checker.ts
|
|
7
7
|
function createLocalAuthSchemaChecker(pluginKey) {
|
|
8
8
|
return __mf_141({
|
|
@@ -23,7 +23,7 @@ function createLocalAuthSchemaChecker(pluginKey) {
|
|
|
23
23
|
var common_default = __mf_142({
|
|
24
24
|
name: "common",
|
|
25
25
|
dependencies: {
|
|
26
|
-
pluginConfig:
|
|
26
|
+
pluginConfig: __mf_232,
|
|
27
27
|
authModels: __mf_58,
|
|
28
28
|
issueCheckers: __mf_161
|
|
29
29
|
},
|
|
@@ -36,4 +36,4 @@ var common_default = __mf_142({
|
|
|
36
36
|
//#endregion
|
|
37
37
|
export { common_default as default };
|
|
38
38
|
|
|
39
|
-
//# sourceMappingURL=common-
|
|
39
|
+
//# sourceMappingURL=common-B4cD6OfF.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { n as __mf_142, u as
|
|
2
|
-
import { n as PLACEHOLDER_AUTH_MODELS, t as createPlaceholderAuthPluginDefinitionSchema } from "./plugin-definition-
|
|
1
|
+
import { n as __mf_142, u as __mf_232, v as __mf_58 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
2
|
+
import { n as PLACEHOLDER_AUTH_MODELS, t as createPlaceholderAuthPluginDefinitionSchema } from "./plugin-definition-Dluw2inU.js";
|
|
3
3
|
//#region src/placeholder-auth/core/common.ts
|
|
4
4
|
var common_default = __mf_142({
|
|
5
5
|
name: "common",
|
|
6
6
|
dependencies: {
|
|
7
|
-
pluginConfig:
|
|
7
|
+
pluginConfig: __mf_232,
|
|
8
8
|
authModels: __mf_58
|
|
9
9
|
},
|
|
10
10
|
initialize: ({ pluginConfig, authModels }, { pluginKey }) => {
|
|
@@ -15,4 +15,4 @@ var common_default = __mf_142({
|
|
|
15
15
|
//#endregion
|
|
16
16
|
export { common_default as default };
|
|
17
17
|
|
|
18
|
-
//# sourceMappingURL=common-
|
|
18
|
+
//# sourceMappingURL=common-B9LNVIXT.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { n as __mf_142, o as __mf_17, r as __mf_161, t as __mf_141, u as
|
|
1
|
+
import { n as __mf_142, o as __mf_17, r as __mf_161, t as __mf_141, u as __mf_232, v as __mf_58 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
2
2
|
import { t as BETTER_AUTH_MODELS } from "./model-names-CUS5rSei.js";
|
|
3
|
-
import { n as createBetterAuthPluginDefinitionSchema, t as createBetterAuthPartialDefinition } from "./models-
|
|
4
|
-
import { t as getAuthPluginDefinition } from "./get-auth-plugin-definition-
|
|
5
|
-
import "./auth-
|
|
3
|
+
import { n as createBetterAuthPluginDefinitionSchema, t as createBetterAuthPartialDefinition } from "./models-1c2urnle.js";
|
|
4
|
+
import { t as getAuthPluginDefinition } from "./get-auth-plugin-definition-Bs9C6JrS.js";
|
|
5
|
+
import "./auth-gRzmaSZc.js";
|
|
6
6
|
//#region src/better-auth/core/schema/schema-issue-checker.ts
|
|
7
7
|
function createBetterAuthSchemaChecker(pluginKey) {
|
|
8
8
|
return __mf_141({
|
|
@@ -23,7 +23,7 @@ function createBetterAuthSchemaChecker(pluginKey) {
|
|
|
23
23
|
var common_default = __mf_142({
|
|
24
24
|
name: "common",
|
|
25
25
|
dependencies: {
|
|
26
|
-
pluginConfig:
|
|
26
|
+
pluginConfig: __mf_232,
|
|
27
27
|
authModels: __mf_58,
|
|
28
28
|
issueCheckers: __mf_161
|
|
29
29
|
},
|
|
@@ -36,4 +36,4 @@ var common_default = __mf_142({
|
|
|
36
36
|
//#endregion
|
|
37
37
|
export { common_default as default };
|
|
38
38
|
|
|
39
|
-
//# sourceMappingURL=common-
|
|
39
|
+
//# sourceMappingURL=common-B9sZoKR5.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __mf_57,
|
|
2
|
-
import { t as createAuthPluginDefinitionSchema } from "./plugin-definition-
|
|
1
|
+
import { _ as __mf_57, f as __mf_26, n as __mf_142, s as __mf_172, u as __mf_232 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
2
|
+
import { t as createAuthPluginDefinitionSchema } from "./plugin-definition-B-HRncfN.js";
|
|
3
3
|
//#region src/auth/core/schema/migrations.ts
|
|
4
4
|
var AUTH_PLUGIN_CONFIG_MIGRATIONS = [{
|
|
5
5
|
name: "add-accounts-feature-ref",
|
|
@@ -45,7 +45,7 @@ var AUTH_PLUGIN_CONFIG_MIGRATIONS = [{
|
|
|
45
45
|
var common_default = __mf_142({
|
|
46
46
|
name: "common",
|
|
47
47
|
dependencies: {
|
|
48
|
-
pluginConfig:
|
|
48
|
+
pluginConfig: __mf_232,
|
|
49
49
|
authConfig: __mf_57
|
|
50
50
|
},
|
|
51
51
|
initialize: ({ authConfig, pluginConfig }, { pluginKey }) => {
|
|
@@ -60,4 +60,4 @@ var common_default = __mf_142({
|
|
|
60
60
|
//#endregion
|
|
61
61
|
export { common_default as default };
|
|
62
62
|
|
|
63
|
-
//# sourceMappingURL=common-
|
|
63
|
+
//# sourceMappingURL=common-DF9FD3lJ.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as __mf_0 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-
|
|
2
|
-
import { C as __mf_91, S as __mf_88, b as __mf_61, h as __mf_41, i as __mf_163, m as __mf_38, n as __mf_142, x as __mf_62 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-
|
|
1
|
+
import { n as __mf_0 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js";
|
|
2
|
+
import { C as __mf_91, S as __mf_88, b as __mf_61, h as __mf_41, i as __mf_163, m as __mf_38, n as __mf_142, x as __mf_62 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
3
3
|
//#region src/local-auth/admin/schema/manage-role-action.ts
|
|
4
4
|
var createAdminCrudManageRolesActionSchema = __mf_163(() => __mf_61.extend({ type: __mf_0.literal("manage-roles") }));
|
|
5
5
|
//#endregion
|
|
@@ -34,4 +34,4 @@ var common_default = __mf_142({
|
|
|
34
34
|
//#endregion
|
|
35
35
|
export { common_default as default };
|
|
36
36
|
|
|
37
|
-
//# sourceMappingURL=common-
|
|
37
|
+
//# sourceMappingURL=common-S36tY-P3.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as __mf_0 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-
|
|
2
|
-
import { C as __mf_91, S as __mf_88, b as __mf_61, h as __mf_41, i as __mf_163, m as __mf_38, n as __mf_142, x as __mf_62 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-
|
|
1
|
+
import { n as __mf_0 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js";
|
|
2
|
+
import { C as __mf_91, S as __mf_88, b as __mf_61, h as __mf_41, i as __mf_163, m as __mf_38, n as __mf_142, x as __mf_62 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-Dbjihoi-.js";
|
|
3
3
|
//#region src/better-auth/admin/schema/manage-role-action.ts
|
|
4
4
|
var createAdminCrudManageRolesActionSchema = __mf_163(() => __mf_61.extend({ type: __mf_0.literal("manage-roles") }));
|
|
5
5
|
//#endregion
|
|
@@ -34,4 +34,4 @@ var common_default = __mf_142({
|
|
|
34
34
|
//#endregion
|
|
35
35
|
export { common_default as default };
|
|
36
36
|
|
|
37
|
-
//# sourceMappingURL=common-
|
|
37
|
+
//# sourceMappingURL=common-sMUs9FmV.js.map
|