@baseplate-dev/plugin-auth 0.1.3 → 0.6.3

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.
Files changed (1163) hide show
  1. package/CHANGELOG.md +720 -0
  2. package/LICENSE +114 -123
  3. package/README.md +3 -3
  4. package/dist/auth/core/common.d.ts +2 -5
  5. package/dist/auth/core/common.d.ts.map +1 -1
  6. package/dist/auth/core/common.js +16 -19
  7. package/dist/auth/core/common.js.map +1 -1
  8. package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
  9. package/dist/auth/core/components/auth-definition-editor.js +46 -28
  10. package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
  11. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +12 -0
  12. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -0
  13. package/dist/auth/core/components/role-editor-form/role-dialog.js +29 -0
  14. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -0
  15. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts +10 -0
  16. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +1 -0
  17. package/dist/auth/core/components/role-editor-form/role-editor-form.js +52 -0
  18. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +1 -0
  19. package/dist/auth/core/node.d.ts +3 -3
  20. package/dist/auth/core/node.d.ts.map +1 -1
  21. package/dist/auth/core/node.js +14 -26
  22. package/dist/auth/core/node.js.map +1 -1
  23. package/dist/auth/core/schema/plugin-definition.d.ts +11 -69
  24. package/dist/auth/core/schema/plugin-definition.d.ts.map +1 -1
  25. package/dist/auth/core/schema/plugin-definition.js +9 -24
  26. package/dist/auth/core/schema/plugin-definition.js.map +1 -1
  27. package/dist/auth/core/schema/roles/constants.d.ts.map +1 -0
  28. package/dist/auth/core/schema/roles/constants.js.map +1 -0
  29. package/dist/auth/core/schema/roles/index.d.ts.map +1 -0
  30. package/dist/auth/core/schema/roles/index.js.map +1 -0
  31. package/dist/auth/core/schema/roles/schema.d.ts +54 -0
  32. package/dist/auth/core/schema/roles/schema.d.ts.map +1 -0
  33. package/dist/auth/core/schema/roles/schema.js +37 -0
  34. package/dist/auth/core/schema/roles/schema.js.map +1 -0
  35. package/dist/auth/core/web.d.ts +3 -3
  36. package/dist/auth/core/web.d.ts.map +1 -1
  37. package/dist/auth/core/web.js +5 -6
  38. package/dist/auth/core/web.js.map +1 -1
  39. package/dist/auth/index.d.ts +1 -1
  40. package/dist/auth/index.d.ts.map +1 -1
  41. package/dist/auth/index.js +1 -1
  42. package/dist/auth/index.js.map +1 -1
  43. package/dist/auth/plugin.json +8 -0
  44. package/dist/auth/utils/get-auth-plugin-definition.d.ts +9 -0
  45. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +1 -0
  46. package/dist/auth/utils/get-auth-plugin-definition.js +10 -0
  47. package/dist/auth/utils/get-auth-plugin-definition.js.map +1 -0
  48. package/dist/auth/utils/index.d.ts +2 -0
  49. package/dist/auth/utils/index.d.ts.map +1 -0
  50. package/dist/auth/utils/index.js +2 -0
  51. package/dist/auth/utils/index.js.map +1 -0
  52. package/dist/better-auth/constants/model-names.d.ts +8 -0
  53. package/dist/better-auth/constants/model-names.d.ts.map +1 -0
  54. package/dist/better-auth/constants/model-names.js +8 -0
  55. package/dist/better-auth/constants/model-names.js.map +1 -0
  56. package/dist/better-auth/constants/packages.d.ts +4 -0
  57. package/dist/better-auth/constants/packages.d.ts.map +1 -0
  58. package/dist/better-auth/constants/packages.js +4 -0
  59. package/dist/better-auth/constants/packages.js.map +1 -0
  60. package/dist/better-auth/core/common.d.ts +6 -0
  61. package/dist/better-auth/core/common.d.ts.map +1 -0
  62. package/dist/better-auth/core/common.js +17 -0
  63. package/dist/better-auth/core/common.js.map +1 -0
  64. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts +5 -0
  65. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +1 -0
  66. package/dist/better-auth/core/components/better-auth-definition-editor.js +50 -0
  67. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +1 -0
  68. package/dist/better-auth/core/index.d.ts +2 -0
  69. package/dist/better-auth/core/index.d.ts.map +1 -0
  70. package/dist/better-auth/core/index.js +2 -0
  71. package/dist/better-auth/core/index.js.map +1 -0
  72. package/dist/better-auth/core/node.d.ts +5 -0
  73. package/dist/better-auth/core/node.d.ts.map +1 -0
  74. package/dist/better-auth/core/node.js +47 -0
  75. package/dist/better-auth/core/node.js.map +1 -0
  76. package/dist/better-auth/core/schema/models.d.ts +3 -0
  77. package/dist/better-auth/core/schema/models.d.ts.map +1 -0
  78. package/dist/better-auth/core/schema/models.js +278 -0
  79. package/dist/better-auth/core/schema/models.js.map +1 -0
  80. package/dist/better-auth/core/schema/plugin-definition.d.ts +5 -0
  81. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +1 -0
  82. package/dist/better-auth/core/schema/plugin-definition.js +4 -0
  83. package/dist/better-auth/core/schema/plugin-definition.js.map +1 -0
  84. package/dist/better-auth/core/web.d.ts +6 -0
  85. package/dist/better-auth/core/web.d.ts.map +1 -0
  86. package/dist/better-auth/core/web.js +13 -0
  87. package/dist/better-auth/core/web.js.map +1 -0
  88. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +85 -0
  89. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +1 -0
  90. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +75 -0
  91. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +1 -0
  92. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +142 -0
  93. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +1 -0
  94. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js +11 -0
  95. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +1 -0
  96. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts +16 -0
  97. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +1 -0
  98. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js +28 -0
  99. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +1 -0
  100. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +73 -0
  101. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +1 -0
  102. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +84 -0
  103. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +1 -0
  104. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +30 -0
  105. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  106. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +37 -0
  107. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +1 -0
  108. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +65 -0
  109. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +1 -0
  110. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +72 -0
  111. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +1 -0
  112. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts +4 -0
  113. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +1 -0
  114. package/dist/better-auth/generators/fastify/better-auth-module/index.js +3 -0
  115. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +1 -0
  116. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +31 -0
  117. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/schema/user-session.queries.ts +22 -0
  118. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +62 -0
  119. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +72 -0
  120. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/utils/headers.utils.ts +21 -0
  121. package/dist/better-auth/generators/fastify/index.d.ts +2 -0
  122. package/dist/better-auth/generators/fastify/index.d.ts.map +1 -0
  123. package/dist/better-auth/generators/fastify/index.js +2 -0
  124. package/dist/better-auth/generators/fastify/index.js.map +1 -0
  125. package/dist/better-auth/generators/index.d.ts.map +1 -0
  126. package/dist/better-auth/generators/index.js.map +1 -0
  127. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts +43 -0
  128. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +1 -0
  129. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js +37 -0
  130. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +1 -0
  131. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts +72 -0
  132. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +1 -0
  133. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js +11 -0
  134. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +1 -0
  135. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts +14 -0
  136. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +1 -0
  137. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js +26 -0
  138. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +1 -0
  139. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts +27 -0
  140. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  141. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js +43 -0
  142. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +1 -0
  143. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  144. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  145. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js +27 -0
  146. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +1 -0
  147. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts +51 -0
  148. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  149. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js +48 -0
  150. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +1 -0
  151. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts +2 -0
  152. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +1 -0
  153. package/dist/better-auth/generators/react/better-auth-hooks/index.js +2 -0
  154. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +1 -0
  155. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +16 -0
  156. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-required-user-id.ts +11 -0
  157. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +29 -0
  158. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +249 -0
  159. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -0
  160. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js +26 -0
  161. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +1 -0
  162. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +724 -0
  163. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -0
  164. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js +9 -0
  165. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +1 -0
  166. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts +13 -0
  167. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +1 -0
  168. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js +25 -0
  169. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +1 -0
  170. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +250 -0
  171. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -0
  172. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js +44 -0
  173. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +1 -0
  174. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +943 -0
  175. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -0
  176. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +35 -0
  177. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -0
  178. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts +2 -0
  179. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +1 -0
  180. package/dist/better-auth/generators/react/better-auth-pages/index.js +2 -0
  181. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +1 -0
  182. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/login.tsx +144 -0
  183. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/register.tsx +160 -0
  184. package/dist/better-auth/generators/react/index.d.ts +4 -0
  185. package/dist/better-auth/generators/react/index.d.ts.map +1 -0
  186. package/dist/better-auth/generators/react/index.js +4 -0
  187. package/dist/better-auth/generators/react/index.js.map +1 -0
  188. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +515 -0
  189. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -0
  190. package/dist/better-auth/generators/react/react-better-auth/generated/index.js +11 -0
  191. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +1 -0
  192. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts +13 -0
  193. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +1 -0
  194. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js +25 -0
  195. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +1 -0
  196. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +260 -0
  197. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -0
  198. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js +51 -0
  199. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +1 -0
  200. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts +21 -0
  201. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +1 -0
  202. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js +30 -0
  203. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +1 -0
  204. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +247 -0
  205. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -0
  206. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js +33 -0
  207. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +1 -0
  208. package/dist/better-auth/generators/react/react-better-auth/index.d.ts +4 -0
  209. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +1 -0
  210. package/dist/better-auth/generators/react/react-better-auth/index.js +3 -0
  211. package/dist/better-auth/generators/react/react-better-auth/index.js.map +1 -0
  212. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +280 -0
  213. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -0
  214. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js +74 -0
  215. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +1 -0
  216. package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +55 -0
  217. package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +13 -0
  218. package/dist/better-auth/index.d.ts +3 -0
  219. package/dist/better-auth/index.d.ts.map +1 -0
  220. package/dist/better-auth/index.js +2 -0
  221. package/dist/better-auth/index.js.map +1 -0
  222. package/dist/better-auth/plugin.json +9 -0
  223. package/dist/better-auth/static/icon.svg +10 -0
  224. package/dist/common/components/auth-config-tabs.d.ts +2 -0
  225. package/dist/common/components/auth-config-tabs.d.ts.map +1 -0
  226. package/dist/common/components/auth-config-tabs.js +21 -0
  227. package/dist/common/components/auth-config-tabs.js.map +1 -0
  228. package/dist/index.d.ts +3 -1
  229. package/dist/index.js +2 -1
  230. package/dist/local-auth/admin/common.d.ts +5 -0
  231. package/dist/local-auth/admin/common.d.ts.map +1 -0
  232. package/dist/local-auth/admin/common.js +29 -0
  233. package/dist/local-auth/admin/common.js.map +1 -0
  234. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +488 -0
  235. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
  236. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +127 -0
  237. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
  238. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +488 -0
  239. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
  240. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
  241. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
  242. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +12 -0
  243. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
  244. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +24 -0
  245. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
  246. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +249 -0
  247. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
  248. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +41 -0
  249. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
  250. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +238 -0
  251. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
  252. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +20 -0
  253. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
  254. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
  255. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
  256. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
  257. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
  258. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +22 -0
  259. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
  260. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +78 -0
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
  262. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +164 -0
  263. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +487 -0
  264. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
  265. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +119 -0
  266. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
  267. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +488 -0
  268. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
  269. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
  270. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
  271. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +12 -0
  272. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
  273. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +24 -0
  274. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +249 -0
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
  277. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +41 -0
  278. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
  279. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +473 -0
  280. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
  281. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +22 -0
  282. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
  283. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
  284. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
  285. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
  286. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
  287. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +22 -0
  288. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
  289. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +89 -0
  290. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
  291. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +171 -0
  292. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +233 -0
  293. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
  294. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +54 -0
  295. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
  296. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
  297. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
  298. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
  299. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
  300. package/dist/local-auth/admin/node.d.ts +5 -0
  301. package/dist/local-auth/admin/node.d.ts.map +1 -0
  302. package/dist/local-auth/admin/node.js +57 -0
  303. package/dist/local-auth/admin/node.js.map +1 -0
  304. package/dist/local-auth/admin/schema/manage-role-action.d.ts +12 -0
  305. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
  306. package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
  307. package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
  308. package/dist/local-auth/admin/schema/reset-password-action.d.ts +12 -0
  309. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
  310. package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
  311. package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
  312. package/dist/local-auth/admin/schema/roles-column.d.ts +9 -0
  313. package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
  314. package/dist/local-auth/admin/schema/roles-column.js +6 -0
  315. package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
  316. package/dist/local-auth/admin/web.d.ts +5 -0
  317. package/dist/local-auth/admin/web.d.ts.map +1 -0
  318. package/dist/local-auth/admin/web.js +39 -0
  319. package/dist/local-auth/admin/web.js.map +1 -0
  320. package/dist/local-auth/constants/model-names.d.ts +23 -0
  321. package/dist/local-auth/constants/model-names.d.ts.map +1 -0
  322. package/dist/local-auth/constants/model-names.js +23 -0
  323. package/dist/local-auth/constants/model-names.js.map +1 -0
  324. package/dist/local-auth/core/common.d.ts +6 -0
  325. package/dist/local-auth/core/common.d.ts.map +1 -0
  326. package/dist/local-auth/core/common.js +17 -0
  327. package/dist/local-auth/core/common.js.map +1 -0
  328. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts +5 -0
  329. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -0
  330. package/dist/local-auth/core/components/local-auth-definition-editor.js +59 -0
  331. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -0
  332. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +14 -0
  333. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -0
  334. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js +40 -0
  335. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +1 -0
  336. package/dist/local-auth/core/generators/auth-apollo/index.d.ts +2 -0
  337. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +1 -0
  338. package/dist/local-auth/core/generators/auth-apollo/index.js +2 -0
  339. package/dist/local-auth/core/generators/auth-apollo/index.js.map +1 -0
  340. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts +2 -0
  341. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +1 -0
  342. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js +20 -0
  343. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +1 -0
  344. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.ts +18 -0
  345. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +136 -0
  346. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -0
  347. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +76 -0
  348. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -0
  349. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +359 -0
  350. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -0
  351. package/dist/local-auth/core/generators/auth-email-password/generated/index.js +11 -0
  352. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +1 -0
  353. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +18 -0
  354. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -0
  355. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +30 -0
  356. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -0
  357. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +110 -0
  358. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -0
  359. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +93 -0
  360. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -0
  361. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +45 -0
  362. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -0
  363. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +46 -0
  364. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -0
  365. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +394 -0
  366. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -0
  367. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +141 -0
  368. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -0
  369. package/dist/local-auth/core/generators/auth-email-password/index.d.ts +4 -0
  370. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +1 -0
  371. package/dist/local-auth/core/generators/auth-email-password/index.js +3 -0
  372. package/dist/local-auth/core/generators/auth-email-password/index.js.map +1 -0
  373. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +17 -0
  374. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -0
  375. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +18 -0
  376. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -0
  377. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +21 -0
  378. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts +2 -0
  379. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +1 -0
  380. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js +24 -0
  381. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +1 -0
  382. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.ts +35 -0
  383. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts +2 -0
  384. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +1 -0
  385. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js +38 -0
  386. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +1 -0
  387. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.ts +54 -0
  388. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts +2 -0
  389. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +1 -0
  390. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +72 -0
  391. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -0
  392. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +91 -0
  393. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +24 -0
  394. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +1 -0
  395. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +87 -0
  396. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +1 -0
  397. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +140 -0
  398. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +37 -0
  399. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +1 -0
  400. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +161 -0
  401. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +1 -0
  402. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +235 -0
  403. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +60 -0
  404. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -0
  405. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +207 -0
  406. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -0
  407. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +330 -0
  408. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +43 -0
  409. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +1 -0
  410. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +48 -0
  411. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +1 -0
  412. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +96 -0
  413. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +1 -0
  414. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js +11 -0
  415. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +1 -0
  416. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +14 -0
  417. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +1 -0
  418. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +26 -0
  419. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +1 -0
  420. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +41 -0
  421. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +1 -0
  422. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +59 -0
  423. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +1 -0
  424. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +60 -0
  425. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +1 -0
  426. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +42 -0
  427. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +1 -0
  428. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts +2 -0
  429. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +1 -0
  430. package/dist/local-auth/core/generators/auth-email-templates/index.js +2 -0
  431. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +1 -0
  432. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts +3 -0
  433. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +1 -0
  434. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js +14 -0
  435. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +1 -0
  436. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
  437. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts +3 -0
  438. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +1 -0
  439. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js +12 -0
  440. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +1 -0
  441. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
  442. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts +3 -0
  443. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +1 -0
  444. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js +14 -0
  445. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +1 -0
  446. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
  447. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +57 -0
  448. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -0
  449. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js +32 -0
  450. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -0
  451. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +93 -0
  452. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -0
  453. package/dist/local-auth/core/generators/auth-hooks/generated/index.js +11 -0
  454. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +1 -0
  455. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts +14 -0
  456. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -0
  457. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +26 -0
  458. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -0
  459. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +35 -0
  460. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -0
  461. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js +45 -0
  462. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -0
  463. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +29 -0
  464. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  465. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +37 -0
  466. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -0
  467. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +71 -0
  468. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -0
  469. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +50 -0
  470. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -0
  471. package/dist/local-auth/core/generators/auth-hooks/index.d.ts +4 -0
  472. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +1 -0
  473. package/dist/local-auth/core/generators/auth-hooks/index.js +3 -0
  474. package/dist/local-auth/core/generators/auth-hooks/index.js.map +1 -0
  475. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +3 -0
  476. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  477. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +30 -0
  478. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  479. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +33 -0
  480. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +15 -0
  481. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  482. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +16 -0
  483. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  484. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +32 -0
  485. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +7 -0
  486. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  487. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +15 -0
  488. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  489. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +16 -0
  490. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +117 -0
  491. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -0
  492. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +103 -0
  493. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -0
  494. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +281 -0
  495. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -0
  496. package/dist/local-auth/core/generators/auth-module/generated/index.js +11 -0
  497. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +1 -0
  498. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +24 -0
  499. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -0
  500. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +36 -0
  501. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -0
  502. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +102 -0
  503. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -0
  504. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +109 -0
  505. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -0
  506. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +30 -0
  507. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  508. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +37 -0
  509. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +1 -0
  510. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +269 -0
  511. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -0
  512. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +192 -0
  513. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -0
  514. package/dist/local-auth/core/generators/auth-module/index.d.ts +4 -0
  515. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +1 -0
  516. package/dist/local-auth/core/generators/auth-module/index.js +3 -0
  517. package/dist/local-auth/core/generators/auth-module/index.js.map +1 -0
  518. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts +16 -0
  519. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +1 -0
  520. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js +17 -0
  521. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +1 -0
  522. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +6 -0
  523. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +1 -0
  524. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +17 -0
  525. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +1 -0
  526. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +21 -0
  527. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts +8 -0
  528. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +1 -0
  529. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js +16 -0
  530. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +1 -0
  531. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.ts +21 -0
  532. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts +2 -0
  533. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
  534. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
  535. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
  536. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
  537. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts +2 -0
  538. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +1 -0
  539. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js +19 -0
  540. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +1 -0
  541. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.ts +25 -0
  542. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts +2 -0
  543. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +1 -0
  544. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +18 -0
  545. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -0
  546. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +22 -0
  547. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts +2 -0
  548. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +1 -0
  549. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +36 -0
  550. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -0
  551. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +43 -0
  552. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +40 -0
  553. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +1 -0
  554. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +106 -0
  555. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +1 -0
  556. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +146 -0
  557. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
  558. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
  559. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
  560. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
  561. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
  562. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +43 -0
  563. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  564. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +190 -0
  565. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -0
  566. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +262 -0
  567. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +38 -0
  568. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +1 -0
  569. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +71 -0
  570. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +1 -0
  571. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.ts +77 -0
  572. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts +11 -0
  573. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +1 -0
  574. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +38 -0
  575. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -0
  576. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +42 -0
  577. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts +10 -0
  578. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +1 -0
  579. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js +35 -0
  580. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +1 -0
  581. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +263 -0
  582. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -0
  583. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +32 -0
  584. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -0
  585. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +1497 -0
  586. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -0
  587. package/dist/local-auth/core/generators/auth-routes/generated/index.js +11 -0
  588. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -0
  589. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +18 -0
  590. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -0
  591. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +28 -0
  592. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -0
  593. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +264 -0
  594. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -0
  595. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +62 -0
  596. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -0
  597. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +21 -0
  598. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +1 -0
  599. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +30 -0
  600. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +1 -0
  601. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +2206 -0
  602. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -0
  603. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +117 -0
  604. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -0
  605. package/dist/local-auth/core/generators/auth-routes/index.d.ts +4 -0
  606. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -0
  607. package/dist/local-auth/core/generators/auth-routes/index.js +3 -0
  608. package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -0
  609. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts +10 -0
  610. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +1 -0
  611. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js +11 -0
  612. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +1 -0
  613. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.ts +12 -0
  614. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts +2 -0
  615. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +1 -0
  616. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +60 -0
  617. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +1 -0
  618. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +127 -0
  619. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +7 -0
  620. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -0
  621. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +85 -0
  622. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -0
  623. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +168 -0
  624. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +7 -0
  625. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -0
  626. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +82 -0
  627. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -0
  628. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +153 -0
  629. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts +7 -0
  630. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +1 -0
  631. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +150 -0
  632. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +1 -0
  633. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +283 -0
  634. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +2 -0
  635. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +1 -0
  636. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js +10 -0
  637. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +1 -0
  638. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.tsx +17 -0
  639. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts +7 -0
  640. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +1 -0
  641. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +106 -0
  642. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +1 -0
  643. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +206 -0
  644. package/dist/local-auth/core/generators/index.d.ts +10 -0
  645. package/dist/local-auth/core/generators/index.d.ts.map +1 -0
  646. package/dist/local-auth/core/generators/index.js +10 -0
  647. package/dist/local-auth/core/generators/index.js.map +1 -0
  648. package/dist/local-auth/core/generators/react-auth/index.d.ts +2 -0
  649. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +1 -0
  650. package/dist/local-auth/core/generators/react-auth/index.js +2 -0
  651. package/dist/local-auth/core/generators/react-auth/index.js.map +1 -0
  652. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts +9 -0
  653. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +1 -0
  654. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js +31 -0
  655. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +1 -0
  656. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +546 -0
  657. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -0
  658. package/dist/local-auth/core/generators/react-session/generated/index.js +11 -0
  659. package/dist/local-auth/core/generators/react-session/generated/index.js.map +1 -0
  660. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts +13 -0
  661. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -0
  662. package/dist/local-auth/core/generators/react-session/generated/template-paths.js +25 -0
  663. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +1 -0
  664. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +271 -0
  665. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -0
  666. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js +51 -0
  667. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +1 -0
  668. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +21 -0
  669. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +1 -0
  670. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +30 -0
  671. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +1 -0
  672. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +525 -0
  673. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -0
  674. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +35 -0
  675. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +1 -0
  676. package/dist/local-auth/core/generators/react-session/index.d.ts +4 -0
  677. package/dist/local-auth/core/generators/react-session/index.d.ts.map +1 -0
  678. package/dist/local-auth/core/generators/react-session/index.js +3 -0
  679. package/dist/local-auth/core/generators/react-session/index.js.map +1 -0
  680. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +290 -0
  681. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -0
  682. package/dist/local-auth/core/generators/react-session/react-session.generator.js +48 -0
  683. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +1 -0
  684. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts +7 -0
  685. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -0
  686. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +72 -0
  687. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -0
  688. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +99 -0
  689. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +58 -0
  690. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +1 -0
  691. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +103 -0
  692. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -0
  693. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.ts +122 -0
  694. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +99 -0
  695. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -0
  696. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js +11 -0
  697. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +1 -0
  698. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts +12 -0
  699. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +1 -0
  700. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js +24 -0
  701. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +1 -0
  702. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +50 -0
  703. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -0
  704. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js +46 -0
  705. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +1 -0
  706. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts +18 -0
  707. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts.map +1 -0
  708. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js +26 -0
  709. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js.map +1 -0
  710. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +39 -0
  711. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -0
  712. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js +21 -0
  713. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +1 -0
  714. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts +4 -0
  715. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +1 -0
  716. package/dist/local-auth/core/generators/seed-initial-user/index.js +3 -0
  717. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +1 -0
  718. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +58 -0
  719. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -0
  720. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +57 -0
  721. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -0
  722. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts +3 -0
  723. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +1 -0
  724. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +32 -0
  725. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +1 -0
  726. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +43 -0
  727. package/dist/local-auth/core/index.d.ts +2 -0
  728. package/dist/local-auth/core/index.d.ts.map +1 -0
  729. package/dist/local-auth/core/index.js +2 -0
  730. package/dist/local-auth/core/index.js.map +1 -0
  731. package/dist/local-auth/core/node.d.ts +5 -0
  732. package/dist/local-auth/core/node.d.ts.map +1 -0
  733. package/dist/local-auth/core/node.js +69 -0
  734. package/dist/local-auth/core/node.js.map +1 -0
  735. package/dist/local-auth/core/schema/models.d.ts +3 -0
  736. package/dist/local-auth/core/schema/models.d.ts.map +1 -0
  737. package/dist/local-auth/core/schema/models.js +266 -0
  738. package/dist/local-auth/core/schema/models.js.map +1 -0
  739. package/dist/local-auth/core/schema/plugin-definition.d.ts +9 -0
  740. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -0
  741. package/dist/local-auth/core/schema/plugin-definition.js +13 -0
  742. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -0
  743. package/dist/local-auth/core/web.d.ts +6 -0
  744. package/dist/local-auth/core/web.d.ts.map +1 -0
  745. package/dist/local-auth/core/web.js +13 -0
  746. package/dist/local-auth/core/web.js.map +1 -0
  747. package/dist/local-auth/index.d.ts +2 -0
  748. package/dist/local-auth/index.d.ts.map +1 -0
  749. package/dist/local-auth/index.js +2 -0
  750. package/dist/local-auth/index.js.map +1 -0
  751. package/dist/local-auth/plugin.json +9 -0
  752. package/dist/local-auth/static/icon.svg +1 -0
  753. package/dist/placeholder-auth/constants/model-names.d.ts +4 -0
  754. package/dist/placeholder-auth/constants/model-names.d.ts.map +1 -0
  755. package/dist/placeholder-auth/constants/model-names.js +4 -0
  756. package/dist/placeholder-auth/constants/model-names.js.map +1 -0
  757. package/dist/placeholder-auth/core/common.d.ts +5 -0
  758. package/dist/placeholder-auth/core/common.d.ts.map +1 -0
  759. package/dist/placeholder-auth/core/common.js +17 -0
  760. package/dist/placeholder-auth/core/common.js.map +1 -0
  761. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts +5 -0
  762. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -0
  763. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +50 -0
  764. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -0
  765. package/dist/placeholder-auth/core/generators/index.d.ts +4 -0
  766. package/dist/placeholder-auth/core/generators/index.d.ts.map +1 -0
  767. package/dist/placeholder-auth/core/generators/index.js +4 -0
  768. package/dist/placeholder-auth/core/generators/index.js.map +1 -0
  769. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +46 -0
  770. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -0
  771. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js +11 -0
  772. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +1 -0
  773. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +14 -0
  774. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +1 -0
  775. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +26 -0
  776. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +1 -0
  777. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +18 -0
  778. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  779. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +35 -0
  780. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -0
  781. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  782. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  783. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +27 -0
  784. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -0
  785. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +17 -0
  786. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  787. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +45 -0
  788. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -0
  789. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts +2 -0
  790. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +1 -0
  791. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js +2 -0
  792. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +1 -0
  793. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +37 -0
  794. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -0
  795. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js +32 -0
  796. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +1 -0
  797. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts +5 -0
  798. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  799. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js +8 -0
  800. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  801. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.ts +8 -0
  802. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +9 -0
  803. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  804. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js +8 -0
  805. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  806. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +13 -0
  807. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +5 -0
  808. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  809. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js +13 -0
  810. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  811. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +14 -0
  812. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts +47 -0
  813. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +1 -0
  814. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js +27 -0
  815. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +1 -0
  816. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +79 -0
  817. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +1 -0
  818. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js +11 -0
  819. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +1 -0
  820. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts +12 -0
  821. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +1 -0
  822. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js +24 -0
  823. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +1 -0
  824. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +41 -0
  825. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -0
  826. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js +41 -0
  827. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +1 -0
  828. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -0
  829. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  830. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +23 -0
  831. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +1 -0
  832. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +28 -0
  833. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +1 -0
  834. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +20 -0
  835. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +1 -0
  836. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +2 -0
  837. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +1 -0
  838. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -0
  839. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +1 -0
  840. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +23 -0
  841. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  842. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +29 -0
  843. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +1 -0
  844. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +41 -0
  845. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts +2 -0
  846. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +1 -0
  847. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js +2 -0
  848. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +1 -0
  849. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts +9 -0
  850. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +1 -0
  851. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js +31 -0
  852. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +1 -0
  853. package/dist/placeholder-auth/core/index.d.ts +2 -0
  854. package/dist/placeholder-auth/core/index.d.ts.map +1 -0
  855. package/dist/placeholder-auth/core/index.js +2 -0
  856. package/dist/placeholder-auth/core/index.js.map +1 -0
  857. package/dist/placeholder-auth/core/node.d.ts +5 -0
  858. package/dist/placeholder-auth/core/node.d.ts.map +1 -0
  859. package/dist/placeholder-auth/core/node.js +32 -0
  860. package/dist/placeholder-auth/core/node.js.map +1 -0
  861. package/dist/placeholder-auth/core/schema/models.d.ts +3 -0
  862. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -0
  863. package/dist/placeholder-auth/core/schema/models.js +38 -0
  864. package/dist/placeholder-auth/core/schema/models.js.map +1 -0
  865. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +5 -0
  866. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -0
  867. package/dist/placeholder-auth/core/schema/plugin-definition.js +4 -0
  868. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -0
  869. package/dist/placeholder-auth/core/web.d.ts +6 -0
  870. package/dist/placeholder-auth/core/web.d.ts.map +1 -0
  871. package/dist/placeholder-auth/core/web.js +13 -0
  872. package/dist/placeholder-auth/core/web.js.map +1 -0
  873. package/dist/placeholder-auth/index.d.ts +2 -0
  874. package/dist/placeholder-auth/index.d.ts.map +1 -0
  875. package/dist/placeholder-auth/index.js +2 -0
  876. package/dist/placeholder-auth/index.js.map +1 -0
  877. package/dist/placeholder-auth/plugin.json +10 -0
  878. package/dist/placeholder-auth/static/icon.svg +1 -0
  879. package/dist/web/assets/__federation_expose_authCoreCommon-CnNoa4tF.js +30 -0
  880. package/dist/web/assets/__federation_expose_authCoreCommon-CnNoa4tF.js.map +1 -0
  881. package/dist/web/assets/__federation_expose_authCoreWeb-BL_U7yuj.js +433 -0
  882. package/dist/web/assets/__federation_expose_authCoreWeb-BL_U7yuj.js.map +1 -0
  883. package/dist/web/assets/__federation_expose_better-authCoreCommon-D-mTcxYO.js +20 -0
  884. package/dist/web/assets/__federation_expose_better-authCoreCommon-D-mTcxYO.js.map +1 -0
  885. package/dist/web/assets/__federation_expose_better-authCoreWeb-CXHL-Ghf.js +402 -0
  886. package/dist/web/assets/__federation_expose_better-authCoreWeb-CXHL-Ghf.js.map +1 -0
  887. package/dist/web/assets/__federation_expose_local-authAdminCommon-LIsARRNU.js +63 -0
  888. package/dist/web/assets/__federation_expose_local-authAdminCommon-LIsARRNU.js.map +1 -0
  889. package/dist/web/assets/__federation_expose_local-authAdminWeb-DyYUDLm9.js +41 -0
  890. package/dist/web/assets/__federation_expose_local-authAdminWeb-DyYUDLm9.js.map +1 -0
  891. package/dist/web/assets/__federation_expose_local-authCoreCommon-p_UbExc7.js +21 -0
  892. package/dist/web/assets/__federation_expose_local-authCoreCommon-p_UbExc7.js.map +1 -0
  893. package/dist/web/assets/__federation_expose_local-authCoreWeb-8TcUJFT6.js +432 -0
  894. package/dist/web/assets/__federation_expose_local-authCoreWeb-8TcUJFT6.js.map +1 -0
  895. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZXaDUc.js +23 -0
  896. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZXaDUc.js.map +1 -0
  897. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-CZAKokTb.js +162 -0
  898. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-CZAKokTb.js.map +1 -0
  899. package/dist/web/assets/__federation_fn_import-3DENgil8.js +421 -0
  900. package/dist/web/assets/__federation_fn_import-3DENgil8.js.map +1 -0
  901. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B5bdbzFj.js +357 -0
  902. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B5bdbzFj.js.map +1 -0
  903. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-DCA3vO4J.js +21478 -0
  904. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-DCA3vO4J.js.map +1 -0
  905. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BvL7RO9S.js +73599 -0
  906. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BvL7RO9S.js.map +1 -0
  907. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-0-N5BG4T.js +1822 -0
  908. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-0-N5BG4T.js.map +1 -0
  909. package/dist/web/assets/__federation_shared_@tanstack/react-router-DSniiJ6U.js +6565 -0
  910. package/dist/web/assets/__federation_shared_@tanstack/react-router-DSniiJ6U.js.map +1 -0
  911. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +8 -0
  912. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +1 -0
  913. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +251 -0
  914. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +1 -0
  915. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +13250 -0
  916. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +1 -0
  917. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +6 -0
  918. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +1 -0
  919. package/dist/web/assets/get-auth-plugin-definition-DHcbFujw.js +13 -0
  920. package/dist/web/assets/get-auth-plugin-definition-DHcbFujw.js.map +1 -0
  921. package/dist/web/assets/index-DQKNnI1w.js +103 -0
  922. package/dist/web/assets/index-DQKNnI1w.js.map +1 -0
  923. package/dist/web/assets/index-DUwCgkeV.js +570 -0
  924. package/dist/web/assets/index-DUwCgkeV.js.map +1 -0
  925. package/dist/web/assets/index.esm-Dpqxgpya.js +2676 -0
  926. package/dist/web/assets/index.esm-Dpqxgpya.js.map +1 -0
  927. package/dist/web/assets/isEqual-tnzoadW8.js +242 -0
  928. package/dist/web/assets/isEqual-tnzoadW8.js.map +1 -0
  929. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +60 -0
  930. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +1 -0
  931. package/dist/web/assets/mergeWith-VagwCqUi.js +76 -0
  932. package/dist/web/assets/mergeWith-VagwCqUi.js.map +1 -0
  933. package/dist/web/assets/model-names-DrcaRxt1.js +25 -0
  934. package/dist/web/assets/model-names-DrcaRxt1.js.map +1 -0
  935. package/dist/web/assets/model-utils-BFX3c3dn.js +694 -0
  936. package/dist/web/assets/model-utils-BFX3c3dn.js.map +1 -0
  937. package/dist/web/assets/plugin-definition-B86WQ7Ni.js +79 -0
  938. package/dist/web/assets/plugin-definition-B86WQ7Ni.js.map +1 -0
  939. package/dist/web/assets/plugin-definition-CEQb6mWV.js +20 -0
  940. package/dist/web/assets/plugin-definition-CEQb6mWV.js.map +1 -0
  941. package/dist/web/assets/plugin-definition-DrsKbcJc.js +31 -0
  942. package/dist/web/assets/plugin-definition-DrsKbcJc.js.map +1 -0
  943. package/dist/web/assets/plugin-definition-KEpaSB6p.js +16 -0
  944. package/dist/web/assets/plugin-definition-KEpaSB6p.js.map +1 -0
  945. package/dist/web/assets/react-hu8Hx0R4.js +47 -0
  946. package/dist/web/assets/react-hu8Hx0R4.js.map +1 -0
  947. package/dist/web/assets/registries-Tz_dluz3.js +1119 -0
  948. package/dist/web/assets/registries-Tz_dluz3.js.map +1 -0
  949. package/dist/web/assets/remoteEntry.js +30 -6
  950. package/dist/web/assets/remoteEntry.js.map +1 -1
  951. package/dist/web/assets/style-DiK_rD1L.css +120 -0
  952. package/dist/web/assets/styles-CpKtlIgU.js +69 -0
  953. package/dist/web/assets/styles-CpKtlIgU.js.map +1 -0
  954. package/dist/web/assets/with-selector-DTXBONcE.js +201 -0
  955. package/dist/web/assets/with-selector-DTXBONcE.js.map +1 -0
  956. package/dist/web/index.html +1 -1
  957. package/package.json +44 -33
  958. package/dist/auth/core/components/role-editor-form.d.ts +0 -10
  959. package/dist/auth/core/components/role-editor-form.d.ts.map +0 -1
  960. package/dist/auth/core/components/role-editor-form.js +0 -27
  961. package/dist/auth/core/components/role-editor-form.js.map +0 -1
  962. package/dist/auth/core/schema/models.d.ts +0 -9
  963. package/dist/auth/core/schema/models.d.ts.map +0 -1
  964. package/dist/auth/core/schema/models.js +0 -198
  965. package/dist/auth/core/schema/models.js.map +0 -1
  966. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts +0 -65
  967. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts.map +0 -1
  968. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js +0 -62
  969. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js.map +0 -1
  970. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts +0 -96
  971. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts.map +0 -1
  972. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js +0 -94
  973. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js.map +0 -1
  974. package/dist/auth/generators/fastify/auth-module/templates/management.ts +0 -22
  975. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session-payload.object-type.ts +0 -23
  976. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.mutations.ts +0 -22
  977. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.queries.ts +0 -20
  978. package/dist/auth/generators/fastify/auth-module/templates/services/user-session.service.ts +0 -251
  979. package/dist/auth/generators/fastify/auth-module/templates/user-session.service.ts +0 -101
  980. package/dist/auth/generators/fastify/auth-module/templates/utils/cookie-signer.ts +0 -71
  981. package/dist/auth/generators/fastify/auth-module/templates/utils/session-cookie.ts +0 -42
  982. package/dist/auth/generators/fastify/index.d.ts +0 -2
  983. package/dist/auth/generators/fastify/index.d.ts.map +0 -1
  984. package/dist/auth/generators/fastify/index.js +0 -2
  985. package/dist/auth/generators/fastify/index.js.map +0 -1
  986. package/dist/auth/generators/index.d.ts +0 -2
  987. package/dist/auth/generators/index.d.ts.map +0 -1
  988. package/dist/auth/generators/index.js +0 -2
  989. package/dist/auth/generators/index.js.map +0 -1
  990. package/dist/auth/metadata.json +0 -8
  991. package/dist/auth0/constants/packages.d.ts +0 -6
  992. package/dist/auth0/constants/packages.d.ts.map +0 -1
  993. package/dist/auth0/constants/packages.js +0 -6
  994. package/dist/auth0/constants/packages.js.map +0 -1
  995. package/dist/auth0/core/common.d.ts +0 -7
  996. package/dist/auth0/core/common.d.ts.map +0 -1
  997. package/dist/auth0/core/common.js +0 -28
  998. package/dist/auth0/core/common.js.map +0 -1
  999. package/dist/auth0/core/components/auth-definition-editor.d.ts +0 -5
  1000. package/dist/auth0/core/components/auth-definition-editor.d.ts.map +0 -1
  1001. package/dist/auth0/core/components/auth-definition-editor.js +0 -57
  1002. package/dist/auth0/core/components/auth-definition-editor.js.map +0 -1
  1003. package/dist/auth0/core/components/role-dialog.d.ts +0 -14
  1004. package/dist/auth0/core/components/role-dialog.d.ts.map +0 -1
  1005. package/dist/auth0/core/components/role-dialog.js +0 -27
  1006. package/dist/auth0/core/components/role-dialog.js.map +0 -1
  1007. package/dist/auth0/core/components/role-editor-form.d.ts +0 -10
  1008. package/dist/auth0/core/components/role-editor-form.d.ts.map +0 -1
  1009. package/dist/auth0/core/components/role-editor-form.js +0 -52
  1010. package/dist/auth0/core/components/role-editor-form.js.map +0 -1
  1011. package/dist/auth0/core/node.d.ts +0 -5
  1012. package/dist/auth0/core/node.d.ts.map +0 -1
  1013. package/dist/auth0/core/node.js +0 -86
  1014. package/dist/auth0/core/node.js.map +0 -1
  1015. package/dist/auth0/core/schema/migrations.d.ts +0 -3
  1016. package/dist/auth0/core/schema/migrations.d.ts.map +0 -1
  1017. package/dist/auth0/core/schema/migrations.js +0 -17
  1018. package/dist/auth0/core/schema/migrations.js.map +0 -1
  1019. package/dist/auth0/core/schema/models.d.ts +0 -6
  1020. package/dist/auth0/core/schema/models.d.ts.map +0 -1
  1021. package/dist/auth0/core/schema/models.js +0 -39
  1022. package/dist/auth0/core/schema/models.js.map +0 -1
  1023. package/dist/auth0/core/schema/plugin-definition.d.ts +0 -73
  1024. package/dist/auth0/core/schema/plugin-definition.d.ts.map +0 -1
  1025. package/dist/auth0/core/schema/plugin-definition.js +0 -17
  1026. package/dist/auth0/core/schema/plugin-definition.js.map +0 -1
  1027. package/dist/auth0/core/web.d.ts +0 -6
  1028. package/dist/auth0/core/web.d.ts.map +0 -1
  1029. package/dist/auth0/core/web.js +0 -14
  1030. package/dist/auth0/core/web.js.map +0 -1
  1031. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +0 -67
  1032. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +0 -1
  1033. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +0 -125
  1034. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +0 -1
  1035. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts +0 -3
  1036. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts.map +0 -1
  1037. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js +0 -12
  1038. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js.map +0 -1
  1039. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts +0 -43
  1040. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts.map +0 -1
  1041. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js +0 -25
  1042. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js.map +0 -1
  1043. package/dist/auth0/generators/fastify/auth0-module/templates/management.ts +0 -22
  1044. package/dist/auth0/generators/fastify/auth0-module/templates/user-session.service.ts +0 -101
  1045. package/dist/auth0/generators/fastify/index.d.ts +0 -2
  1046. package/dist/auth0/generators/fastify/index.d.ts.map +0 -1
  1047. package/dist/auth0/generators/fastify/index.js +0 -2
  1048. package/dist/auth0/generators/fastify/index.js.map +0 -1
  1049. package/dist/auth0/generators/index.d.ts.map +0 -1
  1050. package/dist/auth0/generators/index.js.map +0 -1
  1051. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts +0 -10
  1052. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts.map +0 -1
  1053. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js +0 -41
  1054. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js.map +0 -1
  1055. package/dist/auth0/generators/react/auth0-apollo/templates/auth-link.ts +0 -11
  1056. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts +0 -61
  1057. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts.map +0 -1
  1058. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js +0 -59
  1059. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js.map +0 -1
  1060. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts +0 -106
  1061. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts.map +0 -1
  1062. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js +0 -28
  1063. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js.map +0 -1
  1064. package/dist/auth0/generators/react/auth0-callback/templates/auth0-callback.page.tsx +0 -61
  1065. package/dist/auth0/generators/react/auth0-callback/templates/signup.page.tsx +0 -48
  1066. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts +0 -53
  1067. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts.map +0 -1
  1068. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js +0 -44
  1069. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js.map +0 -1
  1070. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts +0 -3
  1071. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts.map +0 -1
  1072. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js +0 -12
  1073. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js.map +0 -1
  1074. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts +0 -45
  1075. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts.map +0 -1
  1076. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js +0 -13
  1077. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js.map +0 -1
  1078. package/dist/auth0/generators/react/auth0-components/templates/RequireAuth.tsx +0 -22
  1079. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +0 -28
  1080. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +0 -1
  1081. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +0 -65
  1082. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +0 -1
  1083. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts +0 -8
  1084. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts.map +0 -1
  1085. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js +0 -12
  1086. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js.map +0 -1
  1087. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts +0 -3
  1088. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts.map +0 -1
  1089. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js +0 -16
  1090. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js.map +0 -1
  1091. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts +0 -33
  1092. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts.map +0 -1
  1093. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js +0 -50
  1094. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js.map +0 -1
  1095. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.gql +0 -10
  1096. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.ts +0 -29
  1097. package/dist/auth0/generators/react/auth0-hooks/templates/useLogOut.ts +0 -14
  1098. package/dist/auth0/generators/react/auth0-hooks/templates/useRequiredUserId.ts +0 -11
  1099. package/dist/auth0/generators/react/auth0-hooks/templates/useSession.ts +0 -23
  1100. package/dist/auth0/generators/react/index.d.ts +0 -6
  1101. package/dist/auth0/generators/react/index.d.ts.map +0 -1
  1102. package/dist/auth0/generators/react/index.js +0 -6
  1103. package/dist/auth0/generators/react/index.js.map +0 -1
  1104. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +0 -23
  1105. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +0 -1
  1106. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js +0 -64
  1107. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js.map +0 -1
  1108. package/dist/auth0/metadata.json +0 -8
  1109. package/dist/auth0/static/icon.svg +0 -7
  1110. package/dist/index.js.map +0 -1
  1111. package/dist/roles/constants.d.ts.map +0 -1
  1112. package/dist/roles/constants.js.map +0 -1
  1113. package/dist/roles/index.d.ts.map +0 -1
  1114. package/dist/roles/index.js.map +0 -1
  1115. package/dist/roles/schema.d.ts +0 -65
  1116. package/dist/roles/schema.d.ts.map +0 -1
  1117. package/dist/roles/schema.js +0 -43
  1118. package/dist/roles/schema.js.map +0 -1
  1119. package/dist/utils/cn.d.ts +0 -2
  1120. package/dist/utils/cn.d.ts.map +0 -1
  1121. package/dist/utils/cn.js +0 -2
  1122. package/dist/utils/cn.js.map +0 -1
  1123. package/dist/web/assets/__federation_expose_auth0CoreCommon-DCwCR5dZ.js +0 -54
  1124. package/dist/web/assets/__federation_expose_auth0CoreCommon-DCwCR5dZ.js.map +0 -1
  1125. package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js +0 -383
  1126. package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js.map +0 -1
  1127. package/dist/web/assets/__federation_fn_import-dzKjrTzS.js +0 -421
  1128. package/dist/web/assets/__federation_fn_import-dzKjrTzS.js.map +0 -1
  1129. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js +0 -341
  1130. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js.map +0 -1
  1131. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js +0 -9901
  1132. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js.map +0 -1
  1133. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js +0 -12723
  1134. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js.map +0 -1
  1135. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js +0 -250
  1136. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js.map +0 -1
  1137. package/dist/web/assets/__federation_shared_react-uocnGSER.js +0 -7
  1138. package/dist/web/assets/__federation_shared_react-uocnGSER.js.map +0 -1
  1139. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js +0 -4380
  1140. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js.map +0 -1
  1141. package/dist/web/assets/index-B1hOKVPw.js +0 -574
  1142. package/dist/web/assets/index-B1hOKVPw.js.map +0 -1
  1143. package/dist/web/assets/index-BxDOOHD-.js +0 -95
  1144. package/dist/web/assets/index-BxDOOHD-.js.map +0 -1
  1145. package/dist/web/assets/index.esm-BZEyAv4m.js +0 -2584
  1146. package/dist/web/assets/index.esm-BZEyAv4m.js.map +0 -1
  1147. package/dist/web/assets/model-merger-CdV-7CWE.js +0 -2039
  1148. package/dist/web/assets/model-merger-CdV-7CWE.js.map +0 -1
  1149. package/dist/web/assets/plugin-definition-C9Q-BrBQ.js +0 -78
  1150. package/dist/web/assets/plugin-definition-C9Q-BrBQ.js.map +0 -1
  1151. package/dist/web/assets/react-BfiX28GO.js +0 -47
  1152. package/dist/web/assets/react-BfiX28GO.js.map +0 -1
  1153. package/dist/web/assets/style-BdgwWjAf.css +0 -95
  1154. package/dist/web-export.js.map +0 -1
  1155. package/manifest.json +0 -4
  1156. /package/dist/{roles → auth/core/schema/roles}/constants.d.ts +0 -0
  1157. /package/dist/{roles → auth/core/schema/roles}/constants.js +0 -0
  1158. /package/dist/{roles → auth/core/schema/roles}/index.d.ts +0 -0
  1159. /package/dist/{roles → auth/core/schema/roles}/index.js +0 -0
  1160. /package/dist/{auth0 → better-auth}/generators/index.d.ts +0 -0
  1161. /package/dist/{auth0 → better-auth}/generators/index.js +0 -0
  1162. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module/constants}/user-session.constants.ts +0 -0
  1163. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module}/utils/verify-request-origin.ts +0 -0
@@ -0,0 +1,201 @@
1
+ import { r as requireReact } from './index-DUwCgkeV.js';
2
+
3
+ var shim = {exports: {}};
4
+
5
+ var useSyncExternalStoreShim_production = {};
6
+
7
+ /**
8
+ * @license React
9
+ * use-sync-external-store-shim.production.js
10
+ *
11
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
12
+ *
13
+ * This source code is licensed under the MIT license found in the
14
+ * LICENSE file in the root directory of this source tree.
15
+ */
16
+
17
+ var hasRequiredUseSyncExternalStoreShim_production;
18
+
19
+ function requireUseSyncExternalStoreShim_production () {
20
+ if (hasRequiredUseSyncExternalStoreShim_production) return useSyncExternalStoreShim_production;
21
+ hasRequiredUseSyncExternalStoreShim_production = 1;
22
+ var React = requireReact();
23
+ function is(x, y) {
24
+ return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);
25
+ }
26
+ var objectIs = "function" === typeof Object.is ? Object.is : is,
27
+ useState = React.useState,
28
+ useEffect = React.useEffect,
29
+ useLayoutEffect = React.useLayoutEffect,
30
+ useDebugValue = React.useDebugValue;
31
+ function useSyncExternalStore$2(subscribe, getSnapshot) {
32
+ var value = getSnapshot(),
33
+ _useState = useState({ inst: { value: value, getSnapshot: getSnapshot } }),
34
+ inst = _useState[0].inst,
35
+ forceUpdate = _useState[1];
36
+ useLayoutEffect(
37
+ function () {
38
+ inst.value = value;
39
+ inst.getSnapshot = getSnapshot;
40
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
41
+ },
42
+ [subscribe, value, getSnapshot]
43
+ );
44
+ useEffect(
45
+ function () {
46
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
47
+ return subscribe(function () {
48
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });
49
+ });
50
+ },
51
+ [subscribe]
52
+ );
53
+ useDebugValue(value);
54
+ return value;
55
+ }
56
+ function checkIfSnapshotChanged(inst) {
57
+ var latestGetSnapshot = inst.getSnapshot;
58
+ inst = inst.value;
59
+ try {
60
+ var nextValue = latestGetSnapshot();
61
+ return !objectIs(inst, nextValue);
62
+ } catch (error) {
63
+ return true;
64
+ }
65
+ }
66
+ function useSyncExternalStore$1(subscribe, getSnapshot) {
67
+ return getSnapshot();
68
+ }
69
+ var shim =
70
+ "undefined" === typeof window ||
71
+ "undefined" === typeof window.document ||
72
+ "undefined" === typeof window.document.createElement
73
+ ? useSyncExternalStore$1
74
+ : useSyncExternalStore$2;
75
+ useSyncExternalStoreShim_production.useSyncExternalStore =
76
+ void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;
77
+ return useSyncExternalStoreShim_production;
78
+ }
79
+
80
+ var hasRequiredShim;
81
+
82
+ function requireShim () {
83
+ if (hasRequiredShim) return shim.exports;
84
+ hasRequiredShim = 1;
85
+ {
86
+ shim.exports = requireUseSyncExternalStoreShim_production();
87
+ }
88
+ return shim.exports;
89
+ }
90
+
91
+ var withSelector = {exports: {}};
92
+
93
+ var withSelector_production = {};
94
+
95
+ /**
96
+ * @license React
97
+ * use-sync-external-store-shim/with-selector.production.js
98
+ *
99
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
100
+ *
101
+ * This source code is licensed under the MIT license found in the
102
+ * LICENSE file in the root directory of this source tree.
103
+ */
104
+
105
+ var hasRequiredWithSelector_production;
106
+
107
+ function requireWithSelector_production () {
108
+ if (hasRequiredWithSelector_production) return withSelector_production;
109
+ hasRequiredWithSelector_production = 1;
110
+ var React = requireReact(),
111
+ shim = requireShim();
112
+ function is(x, y) {
113
+ return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);
114
+ }
115
+ var objectIs = "function" === typeof Object.is ? Object.is : is,
116
+ useSyncExternalStore = shim.useSyncExternalStore,
117
+ useRef = React.useRef,
118
+ useEffect = React.useEffect,
119
+ useMemo = React.useMemo,
120
+ useDebugValue = React.useDebugValue;
121
+ withSelector_production.useSyncExternalStoreWithSelector = function (
122
+ subscribe,
123
+ getSnapshot,
124
+ getServerSnapshot,
125
+ selector,
126
+ isEqual
127
+ ) {
128
+ var instRef = useRef(null);
129
+ if (null === instRef.current) {
130
+ var inst = { hasValue: false, value: null };
131
+ instRef.current = inst;
132
+ } else inst = instRef.current;
133
+ instRef = useMemo(
134
+ function () {
135
+ function memoizedSelector(nextSnapshot) {
136
+ if (!hasMemo) {
137
+ hasMemo = true;
138
+ memoizedSnapshot = nextSnapshot;
139
+ nextSnapshot = selector(nextSnapshot);
140
+ if (void 0 !== isEqual && inst.hasValue) {
141
+ var currentSelection = inst.value;
142
+ if (isEqual(currentSelection, nextSnapshot))
143
+ return (memoizedSelection = currentSelection);
144
+ }
145
+ return (memoizedSelection = nextSnapshot);
146
+ }
147
+ currentSelection = memoizedSelection;
148
+ if (objectIs(memoizedSnapshot, nextSnapshot)) return currentSelection;
149
+ var nextSelection = selector(nextSnapshot);
150
+ if (void 0 !== isEqual && isEqual(currentSelection, nextSelection))
151
+ return (memoizedSnapshot = nextSnapshot), currentSelection;
152
+ memoizedSnapshot = nextSnapshot;
153
+ return (memoizedSelection = nextSelection);
154
+ }
155
+ var hasMemo = false,
156
+ memoizedSnapshot,
157
+ memoizedSelection,
158
+ maybeGetServerSnapshot =
159
+ void 0 === getServerSnapshot ? null : getServerSnapshot;
160
+ return [
161
+ function () {
162
+ return memoizedSelector(getSnapshot());
163
+ },
164
+ null === maybeGetServerSnapshot
165
+ ? void 0
166
+ : function () {
167
+ return memoizedSelector(maybeGetServerSnapshot());
168
+ }
169
+ ];
170
+ },
171
+ [getSnapshot, getServerSnapshot, selector, isEqual]
172
+ );
173
+ var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);
174
+ useEffect(
175
+ function () {
176
+ inst.hasValue = true;
177
+ inst.value = value;
178
+ },
179
+ [value]
180
+ );
181
+ useDebugValue(value);
182
+ return value;
183
+ };
184
+ return withSelector_production;
185
+ }
186
+
187
+ var hasRequiredWithSelector;
188
+
189
+ function requireWithSelector () {
190
+ if (hasRequiredWithSelector) return withSelector.exports;
191
+ hasRequiredWithSelector = 1;
192
+ {
193
+ withSelector.exports = requireWithSelector_production();
194
+ }
195
+ return withSelector.exports;
196
+ }
197
+
198
+ var withSelectorExports = requireWithSelector();
199
+
200
+ export { requireShim as r, withSelectorExports as w };
201
+ //# sourceMappingURL=with-selector-DTXBONcE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-selector-DTXBONcE.js","sources":["../../../../../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","../../../../../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.1.0/node_modules/use-sync-external-store/shim/index.js","../../../../../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.1.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js","../../../../../node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.1.0/node_modules/use-sync-external-store/shim/with-selector.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar React = require(\"react\");\nfunction is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n}\nvar objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useState = React.useState,\n useEffect = React.useEffect,\n useLayoutEffect = React.useLayoutEffect,\n useDebugValue = React.useDebugValue;\nfunction useSyncExternalStore$2(subscribe, getSnapshot) {\n var value = getSnapshot(),\n _useState = useState({ inst: { value: value, getSnapshot: getSnapshot } }),\n inst = _useState[0].inst,\n forceUpdate = _useState[1];\n useLayoutEffect(\n function () {\n inst.value = value;\n inst.getSnapshot = getSnapshot;\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n },\n [subscribe, value, getSnapshot]\n );\n useEffect(\n function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n return subscribe(function () {\n checkIfSnapshotChanged(inst) && forceUpdate({ inst: inst });\n });\n },\n [subscribe]\n );\n useDebugValue(value);\n return value;\n}\nfunction checkIfSnapshotChanged(inst) {\n var latestGetSnapshot = inst.getSnapshot;\n inst = inst.value;\n try {\n var nextValue = latestGetSnapshot();\n return !objectIs(inst, nextValue);\n } catch (error) {\n return !0;\n }\n}\nfunction useSyncExternalStore$1(subscribe, getSnapshot) {\n return getSnapshot();\n}\nvar shim =\n \"undefined\" === typeof window ||\n \"undefined\" === typeof window.document ||\n \"undefined\" === typeof window.document.createElement\n ? useSyncExternalStore$1\n : useSyncExternalStore$2;\nexports.useSyncExternalStore =\n void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('../cjs/use-sync-external-store-shim.production.js');\n} else {\n module.exports = require('../cjs/use-sync-external-store-shim.development.js');\n}\n","/**\n * @license React\n * use-sync-external-store-shim/with-selector.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar React = require(\"react\"),\n shim = require(\"use-sync-external-store/shim\");\nfunction is(x, y) {\n return (x === y && (0 !== x || 1 / x === 1 / y)) || (x !== x && y !== y);\n}\nvar objectIs = \"function\" === typeof Object.is ? Object.is : is,\n useSyncExternalStore = shim.useSyncExternalStore,\n useRef = React.useRef,\n useEffect = React.useEffect,\n useMemo = React.useMemo,\n useDebugValue = React.useDebugValue;\nexports.useSyncExternalStoreWithSelector = function (\n subscribe,\n getSnapshot,\n getServerSnapshot,\n selector,\n isEqual\n) {\n var instRef = useRef(null);\n if (null === instRef.current) {\n var inst = { hasValue: !1, value: null };\n instRef.current = inst;\n } else inst = instRef.current;\n instRef = useMemo(\n function () {\n function memoizedSelector(nextSnapshot) {\n if (!hasMemo) {\n hasMemo = !0;\n memoizedSnapshot = nextSnapshot;\n nextSnapshot = selector(nextSnapshot);\n if (void 0 !== isEqual && inst.hasValue) {\n var currentSelection = inst.value;\n if (isEqual(currentSelection, nextSnapshot))\n return (memoizedSelection = currentSelection);\n }\n return (memoizedSelection = nextSnapshot);\n }\n currentSelection = memoizedSelection;\n if (objectIs(memoizedSnapshot, nextSnapshot)) return currentSelection;\n var nextSelection = selector(nextSnapshot);\n if (void 0 !== isEqual && isEqual(currentSelection, nextSelection))\n return (memoizedSnapshot = nextSnapshot), currentSelection;\n memoizedSnapshot = nextSnapshot;\n return (memoizedSelection = nextSelection);\n }\n var hasMemo = !1,\n memoizedSnapshot,\n memoizedSelection,\n maybeGetServerSnapshot =\n void 0 === getServerSnapshot ? null : getServerSnapshot;\n return [\n function () {\n return memoizedSelector(getSnapshot());\n },\n null === maybeGetServerSnapshot\n ? void 0\n : function () {\n return memoizedSelector(maybeGetServerSnapshot());\n }\n ];\n },\n [getSnapshot, getServerSnapshot, selector, isEqual]\n );\n var value = useSyncExternalStore(subscribe, instRef[0], instRef[1]);\n useEffect(\n function () {\n inst.hasValue = !0;\n inst.value = value;\n },\n [value]\n );\n useDebugValue(value);\n return value;\n};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('../cjs/use-sync-external-store-shim/with-selector.production.js');\n} else {\n module.exports = require('../cjs/use-sync-external-store-shim/with-selector.development.js');\n}\n"],"names":["require$$0","shimModule","require$$1","withSelectorModule"],"mappings":"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","x_google_ignoreList":[0,1,2,3]}
@@ -15,7 +15,7 @@
15
15
  <meta charset="UTF-8" />
16
16
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
17
17
  <title>React Remote</title>
18
- <link rel="stylesheet" crossorigin href="/assets/style-BdgwWjAf.css">
18
+ <link rel="stylesheet" crossorigin href="/assets/style-DiK_rD1L.css">
19
19
  </head>
20
20
 
21
21
  <body>
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "@baseplate-dev/plugin-auth",
3
- "version": "0.1.3",
3
+ "version": "0.6.3",
4
4
  "description": "Contains the auth plugin for Baseplate",
5
+ "keywords": [
6
+ "authentication",
7
+ "baseplate",
8
+ "code-generation",
9
+ "full-stack",
10
+ "plugin",
11
+ "typescript"
12
+ ],
5
13
  "homepage": "https://www.baseplate.dev",
6
14
  "repository": "https://github.com/halfdomelabs/baseplate",
7
15
  "license": "MPL-2.0",
@@ -14,46 +22,49 @@
14
22
  "files": [
15
23
  "README.md",
16
24
  "LICENSE",
17
- "CHANGELOG",
25
+ "CHANGELOG.md",
18
26
  "dist/**/*",
19
- "!dist/**/*.d.ts.map",
20
- "!dist/**/*.tsbuildinfo",
21
- "manifest.json"
27
+ "!dist/**/*.map",
28
+ "!dist/**/*.tsbuildinfo"
22
29
  ],
23
30
  "dependencies": {
24
- "@hookform/resolvers": "5.0.1",
31
+ "@hookform/lenses": "0.8.1",
32
+ "@hookform/resolvers": "5.2.2",
33
+ "@tanstack/react-router": "1.159.5",
25
34
  "react": "19.1.0",
26
35
  "react-dom": "19.1.0",
27
- "react-hook-form": "7.56.3",
36
+ "react-hook-form": "7.71.1",
28
37
  "react-icons": "5.5.0",
29
- "zod": "3.24.1",
30
- "@baseplate-dev/core-generators": "0.1.3",
31
- "@baseplate-dev/fastify-generators": "0.1.3",
32
- "@baseplate-dev/react-generators": "0.1.3",
33
- "@baseplate-dev/ui-components": "0.1.3"
38
+ "zod": "^4.3.6",
39
+ "@baseplate-dev/core-generators": "0.6.3",
40
+ "@baseplate-dev/fastify-generators": "0.6.3",
41
+ "@baseplate-dev/plugin-email": "0.6.3",
42
+ "@baseplate-dev/plugin-queue": "0.6.3",
43
+ "@baseplate-dev/plugin-rate-limit": "0.6.3",
44
+ "@baseplate-dev/project-builder-lib": "0.6.3",
45
+ "@baseplate-dev/react-generators": "0.6.3",
46
+ "@baseplate-dev/sync": "0.6.3",
47
+ "@baseplate-dev/ui-components": "0.6.3",
48
+ "@baseplate-dev/utils": "0.6.3"
34
49
  },
35
50
  "devDependencies": {
36
51
  "@originjs/vite-plugin-federation": "1.3.6",
37
- "@tailwindcss/vite": "4.1.6",
38
- "@types/node": "^22.0.0",
52
+ "@tailwindcss/vite": "4.1.18",
53
+ "@types/node": "^22.17.2",
39
54
  "@types/react": "19.1.3",
40
55
  "@types/react-dom": "19.1.3",
41
- "@vitejs/plugin-react": "4.4.1",
42
- "concurrently": "9.0.1",
56
+ "@vitejs/plugin-react": "5.0.2",
57
+ "concurrently": "9.2.1",
43
58
  "cpx2": "8.0.0",
44
- "eslint": "9.26.0",
45
- "prettier": "3.5.3",
46
- "tailwindcss": "4.1.6",
47
- "typescript": "5.7.3",
48
- "vite": "6.3.5",
49
- "vitest": "3.0.7",
50
- "@baseplate-dev/project-builder-lib": "0.1.3",
51
- "@baseplate-dev/sync": "0.1.3",
52
- "@baseplate-dev/tools": "0.1.3"
53
- },
54
- "peerDependencies": {
55
- "@baseplate-dev/project-builder-lib": "0.1.3",
56
- "@baseplate-dev/sync": "0.1.3"
59
+ "eslint": "9.39.2",
60
+ "nodemon": "3.1.11",
61
+ "oxlint": "1.55.0",
62
+ "prettier": "3.8.1",
63
+ "tailwindcss": "4.1.18",
64
+ "typescript": "5.9.3",
65
+ "vite": "7.1.12",
66
+ "vitest": "4.0.16",
67
+ "@baseplate-dev/tools": "0.6.3"
57
68
  },
58
69
  "engines": {
59
70
  "node": "^22.0.0"
@@ -67,17 +78,17 @@
67
78
  },
68
79
  "scripts": {
69
80
  "build": "concurrently pnpm:build:*",
70
- "build:static": "cpx \"src/**/{templates/**,static/**,metadata.json}\" \"dist/\" --clean",
81
+ "build:static": "cpx \"src/**/{templates/**,static/**,plugin.json}\" \"dist/\" --clean",
71
82
  "build:tsc": "tsc -p tsconfig.build.json",
72
83
  "build:vite": "vite build",
73
84
  "clean": "rm -rf ./dist",
74
- "lint": "eslint .",
85
+ "lint": "oxlint && eslint .",
75
86
  "prettier:check": "prettier --check .",
76
- "prettier:write": "prettier -w .",
87
+ "prettier:write": "prettier -w -l .",
77
88
  "tsc:watch": "tsc -p tsconfig.build.json --preserveWatchOutput -w",
78
89
  "typecheck": "tsc --noEmit",
79
90
  "watch": "concurrently pnpm:watch:*",
80
91
  "watch:static": "pnpm build:static --watch",
81
- "watch:vite": "vite build --watch"
92
+ "watch:vite": "nodemon --watch vite.config.ts --watch src --ignore \"**/generators/**\" -e ts,tsx,css,json --exec \"vite build\""
82
93
  }
83
94
  }
@@ -1,10 +0,0 @@
1
- import type React from 'react';
2
- import type { Control } from 'react-hook-form';
3
- import type { AuthPluginDefinitionInput } from '../schema/plugin-definition.js';
4
- interface Props {
5
- className?: string;
6
- control: Control<AuthPluginDefinitionInput>;
7
- }
8
- declare function RoleEditorForm({ className, control }: Props): React.JSX.Element;
9
- export default RoleEditorForm;
10
- //# sourceMappingURL=role-editor-form.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"role-editor-form.d.ts","sourceRoot":"","sources":["../../../../src/auth/core/components/role-editor-form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAS/C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAC7C;AAMD,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAiDxE;AAED,eAAe,cAAc,CAAC"}
@@ -1,27 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { authRoleEntityType } from '@baseplate-dev/project-builder-lib';
3
- import { Button, InputFieldController } from '@baseplate-dev/ui-components';
4
- import { useFieldArray } from 'react-hook-form';
5
- import { AUTH_DEFAULT_ROLES } from '#src/roles/index.js';
6
- import { cn } from '#src/utils/cn.js';
7
- function isFixedRole(name) {
8
- return AUTH_DEFAULT_ROLES.some((role) => role.name === name);
9
- }
10
- function RoleEditorForm({ className, control }) {
11
- const { fields, append, remove } = useFieldArray({
12
- control,
13
- name: 'roles',
14
- });
15
- return (_jsxs("div", { className: cn('space-y-4', className), children: [_jsx("h3", { children: "Roles" }), fields.map((field, idx) => (_jsxs("div", { className: cn('space-y-4'), children: [_jsx(InputFieldController, { label: "Name", disabled: isFixedRole(field.name), control: control, name: `roles.${idx}.name` }), _jsx(InputFieldController, { label: "Comment", control: control, name: `roles.${idx}.comment` }), !isFixedRole(field.name) && (_jsx(Button, { color: "light", onClick: () => {
16
- remove(idx);
17
- }, children: "Remove" }))] }, field.id))), _jsx(Button, { onClick: () => {
18
- append({
19
- id: authRoleEntityType.generateNewId(),
20
- name: '',
21
- comment: '',
22
- builtIn: false,
23
- });
24
- }, children: "Add Role" })] }));
25
- }
26
- export default RoleEditorForm;
27
- //# sourceMappingURL=role-editor-form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"role-editor-form.js","sourceRoot":"","sources":["../../../../src/auth/core/components/role-editor-form.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AAStC,SAAS,WAAW,CAAC,IAAY;IAC/B,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC;AAC/D,CAAC;AAED,SAAS,cAAc,CAAC,EAAE,SAAS,EAAE,OAAO,EAAS;IACnD,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QAC/C,OAAO;QACP,IAAI,EAAE,OAAO;KACd,CAAC,CAAC;IAEH,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,WAAW,EAAE,SAAS,CAAC,aACxC,iCAAc,EACb,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC1B,eAAoB,SAAS,EAAE,EAAE,CAAC,WAAW,CAAC,aAC5C,KAAC,oBAAoB,IACnB,KAAK,EAAC,MAAM,EACZ,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,EACjC,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,SAAS,GAAG,OAAO,GACzB,EACF,KAAC,oBAAoB,IACnB,KAAK,EAAC,SAAS,EACf,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,SAAS,GAAG,UAAU,GAC5B,EACD,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAC3B,KAAC,MAAM,IACL,KAAK,EAAC,OAAO,EACb,OAAO,EAAE,GAAG,EAAE;4BACZ,MAAM,CAAC,GAAG,CAAC,CAAC;wBACd,CAAC,uBAGM,CACV,KArBO,KAAK,CAAC,EAAE,CAsBZ,CACP,CAAC,EAEF,KAAC,MAAM,IACL,OAAO,EAAE,GAAG,EAAE;oBACZ,MAAM,CAAC;wBACL,EAAE,EAAE,kBAAkB,CAAC,aAAa,EAAE;wBACtC,IAAI,EAAE,EAAE;wBACR,OAAO,EAAE,EAAE;wBACX,OAAO,EAAE,KAAK;qBACf,CAAC,CAAC;gBACL,CAAC,yBAGM,IACL,CACP,CAAC;AACJ,CAAC;AAED,eAAe,cAAc,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { ModelMergerModelInput } from '@baseplate-dev/project-builder-lib';
2
- import type { AuthPluginDefinition } from './plugin-definition.js';
3
- export declare function createAuthModels({ authFeatureRef, modelRefs, }: Pick<AuthPluginDefinition, 'authFeatureRef' | 'modelRefs'>): {
4
- user: ModelMergerModelInput;
5
- userAccount: ModelMergerModelInput;
6
- userRole: ModelMergerModelInput;
7
- userSession: ModelMergerModelInput;
8
- };
9
- //# sourceMappingURL=models.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/auth/core/schema/models.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAEhF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,wBAAgB,gBAAgB,CAAC,EAC/B,cAAc,EACd,SAAS,GACV,EAAE,IAAI,CAAC,oBAAoB,EAAE,gBAAgB,GAAG,WAAW,CAAC,GAAG;IAC9D,IAAI,EAAE,qBAAqB,CAAC;IAC5B,WAAW,EAAE,qBAAqB,CAAC;IACnC,QAAQ,EAAE,qBAAqB,CAAC;IAChC,WAAW,EAAE,qBAAqB,CAAC;CACpC,CAoMA"}
@@ -1,198 +0,0 @@
1
- export function createAuthModels({ authFeatureRef, modelRefs, }) {
2
- return {
3
- user: {
4
- name: modelRefs.user,
5
- featureRef: authFeatureRef,
6
- model: {
7
- fields: [
8
- {
9
- name: 'id',
10
- type: 'uuid',
11
- options: { genUuid: true },
12
- },
13
- {
14
- name: 'email',
15
- type: 'string',
16
- isOptional: true,
17
- },
18
- {
19
- name: 'phone',
20
- type: 'string',
21
- isOptional: true,
22
- },
23
- {
24
- name: 'updatedAt',
25
- type: 'dateTime',
26
- options: { defaultToNow: true, updatedAt: true },
27
- },
28
- {
29
- name: 'createdAt',
30
- type: 'dateTime',
31
- options: { defaultToNow: true },
32
- },
33
- ],
34
- primaryKeyFieldRefs: ['id'],
35
- uniqueConstraints: [
36
- {
37
- fields: [{ fieldRef: 'email' }],
38
- },
39
- ],
40
- },
41
- graphql: {
42
- objectType: {
43
- enabled: true,
44
- fields: ['id', 'email'],
45
- },
46
- },
47
- },
48
- userAccount: {
49
- name: modelRefs.userAccount,
50
- featureRef: authFeatureRef,
51
- model: {
52
- fields: [
53
- {
54
- name: 'id',
55
- type: 'uuid',
56
- options: { genUuid: true },
57
- },
58
- {
59
- name: 'userId',
60
- type: 'uuid',
61
- },
62
- {
63
- name: 'providerType',
64
- type: 'string',
65
- },
66
- {
67
- name: 'providerId',
68
- type: 'string',
69
- },
70
- {
71
- name: 'providerSecret',
72
- type: 'string',
73
- },
74
- {
75
- name: 'createdAt',
76
- type: 'dateTime',
77
- options: { defaultToNow: true },
78
- },
79
- {
80
- name: 'updatedAt',
81
- type: 'dateTime',
82
- options: { defaultToNow: true, updatedAt: true },
83
- },
84
- ],
85
- primaryKeyFieldRefs: ['id'],
86
- uniqueConstraints: [
87
- {
88
- fields: [{ fieldRef: 'providerType' }, { fieldRef: 'providerId' }],
89
- },
90
- ],
91
- relations: [
92
- {
93
- name: 'user',
94
- references: [{ localRef: 'userId', foreignRef: 'id' }],
95
- modelRef: modelRefs.user,
96
- foreignRelationName: 'authProviders',
97
- onDelete: 'Cascade',
98
- onUpdate: 'Restrict',
99
- },
100
- ],
101
- },
102
- },
103
- userRole: {
104
- name: modelRefs.userRole,
105
- featureRef: authFeatureRef,
106
- model: {
107
- fields: [
108
- {
109
- name: 'userId',
110
- type: 'uuid',
111
- },
112
- {
113
- name: 'role',
114
- type: 'string',
115
- },
116
- {
117
- name: 'updatedAt',
118
- type: 'dateTime',
119
- options: { defaultToNow: true, updatedAt: true },
120
- },
121
- {
122
- name: 'createdAt',
123
- type: 'dateTime',
124
- options: { defaultToNow: true },
125
- },
126
- ],
127
- primaryKeyFieldRefs: ['userId', 'role'],
128
- relations: [
129
- {
130
- name: 'user',
131
- references: [{ localRef: 'userId', foreignRef: 'id' }],
132
- modelRef: modelRefs.user,
133
- foreignRelationName: 'roles',
134
- onDelete: 'Cascade',
135
- onUpdate: 'Restrict',
136
- },
137
- ],
138
- },
139
- },
140
- userSession: {
141
- name: modelRefs.userSession,
142
- featureRef: authFeatureRef,
143
- model: {
144
- fields: [
145
- {
146
- name: 'id',
147
- type: 'uuid',
148
- options: { genUuid: true },
149
- },
150
- {
151
- name: 'token',
152
- type: 'string',
153
- },
154
- {
155
- name: 'userId',
156
- type: 'uuid',
157
- },
158
- {
159
- name: 'expiresAt',
160
- type: 'dateTime',
161
- },
162
- {
163
- name: 'renewedAt',
164
- type: 'dateTime',
165
- options: { defaultToNow: true },
166
- },
167
- {
168
- name: 'createdAt',
169
- type: 'dateTime',
170
- options: { defaultToNow: true },
171
- },
172
- {
173
- name: 'updatedAt',
174
- type: 'dateTime',
175
- options: { defaultToNow: true, updatedAt: true },
176
- },
177
- ],
178
- primaryKeyFieldRefs: ['id'],
179
- uniqueConstraints: [
180
- {
181
- fields: [{ fieldRef: 'token' }],
182
- },
183
- ],
184
- relations: [
185
- {
186
- name: 'user',
187
- references: [{ localRef: 'userId', foreignRef: 'id' }],
188
- modelRef: modelRefs.user,
189
- foreignRelationName: 'sessions',
190
- onDelete: 'Cascade',
191
- onUpdate: 'Restrict',
192
- },
193
- ],
194
- },
195
- },
196
- };
197
- }
198
- //# sourceMappingURL=models.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../src/auth/core/schema/models.ts"],"names":[],"mappings":"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"}