@baseplate-dev/plugin-auth 0.1.2 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1160) hide show
  1. package/CHANGELOG.md +702 -0
  2. package/README.md +3 -3
  3. package/dist/auth/core/common.d.ts +2 -4
  4. package/dist/auth/core/common.d.ts.map +1 -1
  5. package/dist/auth/core/common.js +15 -19
  6. package/dist/auth/core/common.js.map +1 -1
  7. package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
  8. package/dist/auth/core/components/auth-definition-editor.js +46 -28
  9. package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
  10. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts +14 -0
  11. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -0
  12. package/dist/auth/core/components/role-editor-form/role-dialog.js +29 -0
  13. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -0
  14. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts +10 -0
  15. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +1 -0
  16. package/dist/auth/core/components/role-editor-form/role-editor-form.js +52 -0
  17. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +1 -0
  18. package/dist/auth/core/node.d.ts +3 -3
  19. package/dist/auth/core/node.d.ts.map +1 -1
  20. package/dist/auth/core/node.js +14 -26
  21. package/dist/auth/core/node.js.map +1 -1
  22. package/dist/auth/core/schema/plugin-definition.d.ts +11 -69
  23. package/dist/auth/core/schema/plugin-definition.d.ts.map +1 -1
  24. package/dist/auth/core/schema/plugin-definition.js +9 -24
  25. package/dist/auth/core/schema/plugin-definition.js.map +1 -1
  26. package/dist/auth/core/schema/roles/constants.d.ts.map +1 -0
  27. package/dist/auth/core/schema/roles/constants.js.map +1 -0
  28. package/dist/auth/core/schema/roles/index.d.ts.map +1 -0
  29. package/dist/auth/core/schema/roles/index.js.map +1 -0
  30. package/dist/auth/core/schema/roles/schema.d.ts +54 -0
  31. package/dist/auth/core/schema/roles/schema.d.ts.map +1 -0
  32. package/dist/auth/core/schema/roles/schema.js +37 -0
  33. package/dist/auth/core/schema/roles/schema.js.map +1 -0
  34. package/dist/auth/core/web.d.ts +3 -3
  35. package/dist/auth/core/web.d.ts.map +1 -1
  36. package/dist/auth/core/web.js +5 -6
  37. package/dist/auth/core/web.js.map +1 -1
  38. package/dist/auth/index.d.ts +1 -1
  39. package/dist/auth/index.d.ts.map +1 -1
  40. package/dist/auth/index.js +1 -1
  41. package/dist/auth/index.js.map +1 -1
  42. package/dist/auth/plugin.json +8 -0
  43. package/dist/auth/utils/get-auth-plugin-definition.d.ts +9 -0
  44. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +1 -0
  45. package/dist/auth/utils/get-auth-plugin-definition.js +10 -0
  46. package/dist/auth/utils/get-auth-plugin-definition.js.map +1 -0
  47. package/dist/auth/utils/index.d.ts +2 -0
  48. package/dist/auth/utils/index.d.ts.map +1 -0
  49. package/dist/auth/utils/index.js +2 -0
  50. package/dist/auth/utils/index.js.map +1 -0
  51. package/dist/better-auth/constants/model-names.d.ts +8 -0
  52. package/dist/better-auth/constants/model-names.d.ts.map +1 -0
  53. package/dist/better-auth/constants/model-names.js +8 -0
  54. package/dist/better-auth/constants/model-names.js.map +1 -0
  55. package/dist/better-auth/constants/packages.d.ts +4 -0
  56. package/dist/better-auth/constants/packages.d.ts.map +1 -0
  57. package/dist/better-auth/constants/packages.js +4 -0
  58. package/dist/better-auth/constants/packages.js.map +1 -0
  59. package/dist/better-auth/core/common.d.ts +6 -0
  60. package/dist/better-auth/core/common.d.ts.map +1 -0
  61. package/dist/better-auth/core/common.js +17 -0
  62. package/dist/better-auth/core/common.js.map +1 -0
  63. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts +5 -0
  64. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +1 -0
  65. package/dist/better-auth/core/components/better-auth-definition-editor.js +50 -0
  66. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +1 -0
  67. package/dist/better-auth/core/index.d.ts +2 -0
  68. package/dist/better-auth/core/index.d.ts.map +1 -0
  69. package/dist/better-auth/core/index.js +2 -0
  70. package/dist/better-auth/core/index.js.map +1 -0
  71. package/dist/better-auth/core/node.d.ts +5 -0
  72. package/dist/better-auth/core/node.d.ts.map +1 -0
  73. package/dist/better-auth/core/node.js +47 -0
  74. package/dist/better-auth/core/node.js.map +1 -0
  75. package/dist/better-auth/core/schema/models.d.ts +3 -0
  76. package/dist/better-auth/core/schema/models.d.ts.map +1 -0
  77. package/dist/better-auth/core/schema/models.js +278 -0
  78. package/dist/better-auth/core/schema/models.js.map +1 -0
  79. package/dist/better-auth/core/schema/plugin-definition.d.ts +5 -0
  80. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +1 -0
  81. package/dist/better-auth/core/schema/plugin-definition.js +4 -0
  82. package/dist/better-auth/core/schema/plugin-definition.js.map +1 -0
  83. package/dist/better-auth/core/web.d.ts +6 -0
  84. package/dist/better-auth/core/web.d.ts.map +1 -0
  85. package/dist/better-auth/core/web.js +13 -0
  86. package/dist/better-auth/core/web.js.map +1 -0
  87. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +85 -0
  88. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +1 -0
  89. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +75 -0
  90. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +1 -0
  91. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +142 -0
  92. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +1 -0
  93. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js +11 -0
  94. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +1 -0
  95. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts +16 -0
  96. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +1 -0
  97. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js +28 -0
  98. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +1 -0
  99. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +73 -0
  100. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +1 -0
  101. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js +84 -0
  102. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +1 -0
  103. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts +30 -0
  104. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  105. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js +37 -0
  106. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +1 -0
  107. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +65 -0
  108. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +1 -0
  109. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js +72 -0
  110. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +1 -0
  111. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts +4 -0
  112. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +1 -0
  113. package/dist/better-auth/generators/fastify/better-auth-module/index.js +3 -0
  114. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +1 -0
  115. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/plugins/better-auth.plugin.ts +31 -0
  116. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/schema/user-session.queries.ts +22 -0
  117. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +62 -0
  118. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/user-session.service.ts +72 -0
  119. package/dist/better-auth/generators/fastify/better-auth-module/templates/module/utils/headers.utils.ts +21 -0
  120. package/dist/better-auth/generators/fastify/index.d.ts +2 -0
  121. package/dist/better-auth/generators/fastify/index.d.ts.map +1 -0
  122. package/dist/better-auth/generators/fastify/index.js +2 -0
  123. package/dist/better-auth/generators/fastify/index.js.map +1 -0
  124. package/dist/better-auth/generators/index.d.ts.map +1 -0
  125. package/dist/better-auth/generators/index.js.map +1 -0
  126. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts +43 -0
  127. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +1 -0
  128. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js +37 -0
  129. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +1 -0
  130. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts +72 -0
  131. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +1 -0
  132. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js +11 -0
  133. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +1 -0
  134. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts +14 -0
  135. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +1 -0
  136. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js +26 -0
  137. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +1 -0
  138. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts +27 -0
  139. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  140. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js +43 -0
  141. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +1 -0
  142. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  143. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  144. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js +27 -0
  145. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +1 -0
  146. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts +51 -0
  147. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  148. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js +48 -0
  149. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +1 -0
  150. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts +2 -0
  151. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +1 -0
  152. package/dist/better-auth/generators/react/better-auth-hooks/index.js +2 -0
  153. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +1 -0
  154. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-log-out.ts +18 -0
  155. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-required-user-id.ts +11 -0
  156. package/dist/better-auth/generators/react/better-auth-hooks/templates/src/hooks/use-session.ts +30 -0
  157. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +237 -0
  158. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +1 -0
  159. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js +26 -0
  160. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +1 -0
  161. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +688 -0
  162. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +1 -0
  163. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js +9 -0
  164. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +1 -0
  165. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts +13 -0
  166. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +1 -0
  167. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js +25 -0
  168. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +1 -0
  169. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +238 -0
  170. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +1 -0
  171. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js +44 -0
  172. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +1 -0
  173. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +895 -0
  174. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +1 -0
  175. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js +35 -0
  176. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +1 -0
  177. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts +2 -0
  178. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +1 -0
  179. package/dist/better-auth/generators/react/better-auth-pages/index.js +2 -0
  180. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +1 -0
  181. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/auth/login.tsx +146 -0
  182. package/dist/better-auth/generators/react/better-auth-pages/templates/routes/auth/register.tsx +162 -0
  183. package/dist/better-auth/generators/react/index.d.ts +4 -0
  184. package/dist/better-auth/generators/react/index.d.ts.map +1 -0
  185. package/dist/better-auth/generators/react/index.js +4 -0
  186. package/dist/better-auth/generators/react/index.js.map +1 -0
  187. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +491 -0
  188. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +1 -0
  189. package/dist/better-auth/generators/react/react-better-auth/generated/index.js +11 -0
  190. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +1 -0
  191. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts +13 -0
  192. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +1 -0
  193. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js +25 -0
  194. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +1 -0
  195. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +248 -0
  196. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +1 -0
  197. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js +51 -0
  198. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +1 -0
  199. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts +21 -0
  200. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +1 -0
  201. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js +30 -0
  202. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +1 -0
  203. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +235 -0
  204. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +1 -0
  205. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js +33 -0
  206. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +1 -0
  207. package/dist/better-auth/generators/react/react-better-auth/index.d.ts +4 -0
  208. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +1 -0
  209. package/dist/better-auth/generators/react/react-better-auth/index.js +3 -0
  210. package/dist/better-auth/generators/react/react-better-auth/index.js.map +1 -0
  211. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +268 -0
  212. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +1 -0
  213. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js +74 -0
  214. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +1 -0
  215. package/dist/better-auth/generators/react/react-better-auth/templates/src/app/auth-loaded-gate.tsx +58 -0
  216. package/dist/better-auth/generators/react/react-better-auth/templates/src/services/auth-client.ts +15 -0
  217. package/dist/better-auth/index.d.ts +3 -0
  218. package/dist/better-auth/index.d.ts.map +1 -0
  219. package/dist/better-auth/index.js +2 -0
  220. package/dist/better-auth/index.js.map +1 -0
  221. package/dist/better-auth/plugin.json +9 -0
  222. package/dist/better-auth/static/icon.svg +10 -0
  223. package/dist/common/components/auth-config-tabs.d.ts +2 -0
  224. package/dist/common/components/auth-config-tabs.d.ts.map +1 -0
  225. package/dist/common/components/auth-config-tabs.js +21 -0
  226. package/dist/common/components/auth-config-tabs.js.map +1 -0
  227. package/dist/index.d.ts +3 -1
  228. package/dist/index.js +2 -1
  229. package/dist/local-auth/admin/common.d.ts +5 -0
  230. package/dist/local-auth/admin/common.d.ts.map +1 -0
  231. package/dist/local-auth/admin/common.js +29 -0
  232. package/dist/local-auth/admin/common.js.map +1 -0
  233. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +474 -0
  234. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +1 -0
  235. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js +125 -0
  236. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +1 -0
  237. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +474 -0
  238. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +1 -0
  239. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js +9 -0
  240. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +1 -0
  241. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts +12 -0
  242. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +1 -0
  243. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js +24 -0
  244. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +1 -0
  245. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +242 -0
  246. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +1 -0
  247. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js +41 -0
  248. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +1 -0
  249. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +231 -0
  250. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +1 -0
  251. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js +20 -0
  252. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +1 -0
  253. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts +2 -0
  254. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +1 -0
  255. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js +2 -0
  256. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +1 -0
  257. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts +22 -0
  258. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +1 -0
  259. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js +78 -0
  260. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +1 -0
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.tsx +167 -0
  262. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +473 -0
  263. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +1 -0
  264. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js +117 -0
  265. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +1 -0
  266. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +474 -0
  267. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +1 -0
  268. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js +9 -0
  269. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +1 -0
  270. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts +12 -0
  271. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +1 -0
  272. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js +24 -0
  273. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +1 -0
  274. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +242 -0
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +1 -0
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js +41 -0
  277. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +1 -0
  278. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +459 -0
  279. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +1 -0
  280. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js +22 -0
  281. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +1 -0
  282. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts +2 -0
  283. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +1 -0
  284. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js +2 -0
  285. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +1 -0
  286. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts +22 -0
  287. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +1 -0
  288. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js +89 -0
  289. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +1 -0
  290. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.tsx +174 -0
  291. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +221 -0
  292. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +1 -0
  293. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js +54 -0
  294. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +1 -0
  295. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts +2 -0
  296. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +1 -0
  297. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js +2 -0
  298. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +1 -0
  299. package/dist/local-auth/admin/node.d.ts +5 -0
  300. package/dist/local-auth/admin/node.d.ts.map +1 -0
  301. package/dist/local-auth/admin/node.js +57 -0
  302. package/dist/local-auth/admin/node.js.map +1 -0
  303. package/dist/local-auth/admin/schema/manage-role-action.d.ts +12 -0
  304. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +1 -0
  305. package/dist/local-auth/admin/schema/manage-role-action.js +6 -0
  306. package/dist/local-auth/admin/schema/manage-role-action.js.map +1 -0
  307. package/dist/local-auth/admin/schema/reset-password-action.d.ts +12 -0
  308. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +1 -0
  309. package/dist/local-auth/admin/schema/reset-password-action.js +6 -0
  310. package/dist/local-auth/admin/schema/reset-password-action.js.map +1 -0
  311. package/dist/local-auth/admin/schema/roles-column.d.ts +9 -0
  312. package/dist/local-auth/admin/schema/roles-column.d.ts.map +1 -0
  313. package/dist/local-auth/admin/schema/roles-column.js +6 -0
  314. package/dist/local-auth/admin/schema/roles-column.js.map +1 -0
  315. package/dist/local-auth/admin/web.d.ts +5 -0
  316. package/dist/local-auth/admin/web.d.ts.map +1 -0
  317. package/dist/local-auth/admin/web.js +39 -0
  318. package/dist/local-auth/admin/web.js.map +1 -0
  319. package/dist/local-auth/constants/model-names.d.ts +23 -0
  320. package/dist/local-auth/constants/model-names.d.ts.map +1 -0
  321. package/dist/local-auth/constants/model-names.js +23 -0
  322. package/dist/local-auth/constants/model-names.js.map +1 -0
  323. package/dist/local-auth/core/common.d.ts +6 -0
  324. package/dist/local-auth/core/common.d.ts.map +1 -0
  325. package/dist/local-auth/core/common.js +17 -0
  326. package/dist/local-auth/core/common.js.map +1 -0
  327. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts +5 -0
  328. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -0
  329. package/dist/local-auth/core/components/local-auth-definition-editor.js +59 -0
  330. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -0
  331. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +14 -0
  332. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -0
  333. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js +40 -0
  334. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +1 -0
  335. package/dist/local-auth/core/generators/auth-apollo/index.d.ts +2 -0
  336. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +1 -0
  337. package/dist/local-auth/core/generators/auth-apollo/index.js +2 -0
  338. package/dist/local-auth/core/generators/auth-apollo/index.js.map +1 -0
  339. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts +2 -0
  340. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +1 -0
  341. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js +20 -0
  342. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +1 -0
  343. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.ts +18 -0
  344. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +136 -0
  345. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -0
  346. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +76 -0
  347. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -0
  348. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +359 -0
  349. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -0
  350. package/dist/local-auth/core/generators/auth-email-password/generated/index.js +11 -0
  351. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +1 -0
  352. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +18 -0
  353. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -0
  354. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +30 -0
  355. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -0
  356. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +110 -0
  357. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -0
  358. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +93 -0
  359. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -0
  360. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +45 -0
  361. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -0
  362. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +46 -0
  363. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -0
  364. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +394 -0
  365. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -0
  366. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +141 -0
  367. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -0
  368. package/dist/local-auth/core/generators/auth-email-password/index.d.ts +4 -0
  369. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +1 -0
  370. package/dist/local-auth/core/generators/auth-email-password/index.js +3 -0
  371. package/dist/local-auth/core/generators/auth-email-password/index.js.map +1 -0
  372. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +17 -0
  373. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -0
  374. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +18 -0
  375. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -0
  376. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +21 -0
  377. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts +2 -0
  378. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +1 -0
  379. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js +24 -0
  380. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +1 -0
  381. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.ts +35 -0
  382. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts +2 -0
  383. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +1 -0
  384. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js +38 -0
  385. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +1 -0
  386. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.ts +54 -0
  387. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts +2 -0
  388. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +1 -0
  389. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +72 -0
  390. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -0
  391. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +91 -0
  392. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +24 -0
  393. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +1 -0
  394. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +87 -0
  395. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +1 -0
  396. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +140 -0
  397. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +37 -0
  398. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +1 -0
  399. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +161 -0
  400. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +1 -0
  401. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +235 -0
  402. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +60 -0
  403. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -0
  404. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +207 -0
  405. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -0
  406. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +330 -0
  407. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +43 -0
  408. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +1 -0
  409. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +48 -0
  410. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +1 -0
  411. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +96 -0
  412. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +1 -0
  413. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js +11 -0
  414. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +1 -0
  415. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +14 -0
  416. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +1 -0
  417. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +26 -0
  418. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +1 -0
  419. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +41 -0
  420. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +1 -0
  421. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +59 -0
  422. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +1 -0
  423. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +60 -0
  424. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +1 -0
  425. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +42 -0
  426. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +1 -0
  427. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts +2 -0
  428. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +1 -0
  429. package/dist/local-auth/core/generators/auth-email-templates/index.js +2 -0
  430. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +1 -0
  431. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts +3 -0
  432. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +1 -0
  433. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js +14 -0
  434. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +1 -0
  435. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
  436. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts +3 -0
  437. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +1 -0
  438. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js +12 -0
  439. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +1 -0
  440. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
  441. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts +3 -0
  442. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +1 -0
  443. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js +14 -0
  444. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +1 -0
  445. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
  446. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts +62 -0
  447. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -0
  448. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js +32 -0
  449. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -0
  450. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts +108 -0
  451. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -0
  452. package/dist/local-auth/core/generators/auth-hooks/generated/index.js +11 -0
  453. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +1 -0
  454. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts +14 -0
  455. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -0
  456. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js +26 -0
  457. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -0
  458. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts +40 -0
  459. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -0
  460. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js +45 -0
  461. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -0
  462. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +29 -0
  463. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  464. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +37 -0
  465. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -0
  466. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts +91 -0
  467. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -0
  468. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js +50 -0
  469. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -0
  470. package/dist/local-auth/core/generators/auth-hooks/index.d.ts +4 -0
  471. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +1 -0
  472. package/dist/local-auth/core/generators/auth-hooks/index.js +3 -0
  473. package/dist/local-auth/core/generators/auth-hooks/index.js.map +1 -0
  474. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +3 -0
  475. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  476. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +30 -0
  477. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  478. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +33 -0
  479. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +15 -0
  480. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  481. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +16 -0
  482. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  483. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +32 -0
  484. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +7 -0
  485. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  486. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +15 -0
  487. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  488. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +16 -0
  489. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +117 -0
  490. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -0
  491. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +103 -0
  492. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -0
  493. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +281 -0
  494. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -0
  495. package/dist/local-auth/core/generators/auth-module/generated/index.js +11 -0
  496. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +1 -0
  497. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts +24 -0
  498. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -0
  499. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js +36 -0
  500. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -0
  501. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +102 -0
  502. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -0
  503. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js +109 -0
  504. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -0
  505. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts +30 -0
  506. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  507. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js +37 -0
  508. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +1 -0
  509. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +269 -0
  510. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -0
  511. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js +192 -0
  512. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -0
  513. package/dist/local-auth/core/generators/auth-module/index.d.ts +4 -0
  514. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +1 -0
  515. package/dist/local-auth/core/generators/auth-module/index.js +3 -0
  516. package/dist/local-auth/core/generators/auth-module/index.js.map +1 -0
  517. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts +16 -0
  518. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +1 -0
  519. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js +17 -0
  520. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +1 -0
  521. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts +6 -0
  522. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +1 -0
  523. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js +17 -0
  524. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +1 -0
  525. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.ts +21 -0
  526. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts +8 -0
  527. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +1 -0
  528. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js +16 -0
  529. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +1 -0
  530. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.ts +21 -0
  531. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts +2 -0
  532. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +1 -0
  533. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js +23 -0
  534. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +1 -0
  535. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.ts +26 -0
  536. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts +2 -0
  537. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +1 -0
  538. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js +19 -0
  539. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +1 -0
  540. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.ts +25 -0
  541. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts +2 -0
  542. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +1 -0
  543. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +18 -0
  544. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -0
  545. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +22 -0
  546. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts +2 -0
  547. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +1 -0
  548. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +36 -0
  549. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -0
  550. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +43 -0
  551. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts +40 -0
  552. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +1 -0
  553. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js +106 -0
  554. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +1 -0
  555. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.ts +146 -0
  556. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts +15 -0
  557. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +1 -0
  558. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js +35 -0
  559. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +1 -0
  560. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.ts +47 -0
  561. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts +43 -0
  562. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  563. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +190 -0
  564. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -0
  565. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +262 -0
  566. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +38 -0
  567. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +1 -0
  568. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js +71 -0
  569. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +1 -0
  570. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.ts +77 -0
  571. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts +11 -0
  572. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +1 -0
  573. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +38 -0
  574. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -0
  575. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +42 -0
  576. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts +10 -0
  577. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +1 -0
  578. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js +35 -0
  579. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +1 -0
  580. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +256 -0
  581. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -0
  582. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +32 -0
  583. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -0
  584. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +1455 -0
  585. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -0
  586. package/dist/local-auth/core/generators/auth-routes/generated/index.js +11 -0
  587. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -0
  588. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +18 -0
  589. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -0
  590. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +28 -0
  591. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -0
  592. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +257 -0
  593. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -0
  594. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +62 -0
  595. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -0
  596. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +21 -0
  597. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +1 -0
  598. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +30 -0
  599. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +1 -0
  600. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +2143 -0
  601. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -0
  602. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +117 -0
  603. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -0
  604. package/dist/local-auth/core/generators/auth-routes/index.d.ts +4 -0
  605. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -0
  606. package/dist/local-auth/core/generators/auth-routes/index.js +3 -0
  607. package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -0
  608. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts +10 -0
  609. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +1 -0
  610. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js +11 -0
  611. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +1 -0
  612. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.ts +12 -0
  613. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts +2 -0
  614. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +1 -0
  615. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +60 -0
  616. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +1 -0
  617. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +127 -0
  618. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +7 -0
  619. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -0
  620. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +85 -0
  621. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -0
  622. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +168 -0
  623. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +7 -0
  624. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -0
  625. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +82 -0
  626. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -0
  627. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +153 -0
  628. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts +7 -0
  629. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +1 -0
  630. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +150 -0
  631. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +1 -0
  632. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +283 -0
  633. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +2 -0
  634. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +1 -0
  635. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js +10 -0
  636. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +1 -0
  637. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.tsx +17 -0
  638. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts +7 -0
  639. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +1 -0
  640. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +106 -0
  641. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +1 -0
  642. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +206 -0
  643. package/dist/local-auth/core/generators/index.d.ts +10 -0
  644. package/dist/local-auth/core/generators/index.d.ts.map +1 -0
  645. package/dist/local-auth/core/generators/index.js +10 -0
  646. package/dist/local-auth/core/generators/index.js.map +1 -0
  647. package/dist/local-auth/core/generators/react-auth/index.d.ts +2 -0
  648. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +1 -0
  649. package/dist/local-auth/core/generators/react-auth/index.js +2 -0
  650. package/dist/local-auth/core/generators/react-auth/index.js.map +1 -0
  651. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts +9 -0
  652. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +1 -0
  653. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js +31 -0
  654. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +1 -0
  655. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +532 -0
  656. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -0
  657. package/dist/local-auth/core/generators/react-session/generated/index.js +11 -0
  658. package/dist/local-auth/core/generators/react-session/generated/index.js.map +1 -0
  659. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts +13 -0
  660. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -0
  661. package/dist/local-auth/core/generators/react-session/generated/template-paths.js +25 -0
  662. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +1 -0
  663. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +264 -0
  664. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -0
  665. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js +51 -0
  666. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +1 -0
  667. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +21 -0
  668. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +1 -0
  669. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +30 -0
  670. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +1 -0
  671. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +511 -0
  672. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -0
  673. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +35 -0
  674. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +1 -0
  675. package/dist/local-auth/core/generators/react-session/index.d.ts +4 -0
  676. package/dist/local-auth/core/generators/react-session/index.d.ts.map +1 -0
  677. package/dist/local-auth/core/generators/react-session/index.js +3 -0
  678. package/dist/local-auth/core/generators/react-session/index.js.map +1 -0
  679. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +283 -0
  680. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -0
  681. package/dist/local-auth/core/generators/react-session/react-session.generator.js +48 -0
  682. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +1 -0
  683. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts +7 -0
  684. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -0
  685. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +72 -0
  686. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -0
  687. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +99 -0
  688. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts +58 -0
  689. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +1 -0
  690. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js +103 -0
  691. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -0
  692. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.ts +122 -0
  693. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +99 -0
  694. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -0
  695. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js +11 -0
  696. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +1 -0
  697. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts +12 -0
  698. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +1 -0
  699. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js +24 -0
  700. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +1 -0
  701. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +50 -0
  702. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -0
  703. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js +46 -0
  704. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +1 -0
  705. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts +18 -0
  706. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts.map +1 -0
  707. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js +26 -0
  708. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js.map +1 -0
  709. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +39 -0
  710. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -0
  711. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js +21 -0
  712. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +1 -0
  713. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts +4 -0
  714. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +1 -0
  715. package/dist/local-auth/core/generators/seed-initial-user/index.js +3 -0
  716. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +1 -0
  717. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +58 -0
  718. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -0
  719. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +57 -0
  720. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -0
  721. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts +3 -0
  722. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +1 -0
  723. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +32 -0
  724. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +1 -0
  725. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +43 -0
  726. package/dist/local-auth/core/index.d.ts +2 -0
  727. package/dist/local-auth/core/index.d.ts.map +1 -0
  728. package/dist/local-auth/core/index.js +2 -0
  729. package/dist/local-auth/core/index.js.map +1 -0
  730. package/dist/local-auth/core/node.d.ts +5 -0
  731. package/dist/local-auth/core/node.d.ts.map +1 -0
  732. package/dist/local-auth/core/node.js +69 -0
  733. package/dist/local-auth/core/node.js.map +1 -0
  734. package/dist/local-auth/core/schema/models.d.ts +3 -0
  735. package/dist/local-auth/core/schema/models.d.ts.map +1 -0
  736. package/dist/local-auth/core/schema/models.js +266 -0
  737. package/dist/local-auth/core/schema/models.js.map +1 -0
  738. package/dist/local-auth/core/schema/plugin-definition.d.ts +9 -0
  739. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -0
  740. package/dist/local-auth/core/schema/plugin-definition.js +13 -0
  741. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -0
  742. package/dist/local-auth/core/web.d.ts +6 -0
  743. package/dist/local-auth/core/web.d.ts.map +1 -0
  744. package/dist/local-auth/core/web.js +13 -0
  745. package/dist/local-auth/core/web.js.map +1 -0
  746. package/dist/local-auth/index.d.ts +2 -0
  747. package/dist/local-auth/index.d.ts.map +1 -0
  748. package/dist/local-auth/index.js +2 -0
  749. package/dist/local-auth/index.js.map +1 -0
  750. package/dist/local-auth/plugin.json +9 -0
  751. package/dist/local-auth/static/icon.svg +1 -0
  752. package/dist/placeholder-auth/constants/model-names.d.ts +4 -0
  753. package/dist/placeholder-auth/constants/model-names.d.ts.map +1 -0
  754. package/dist/placeholder-auth/constants/model-names.js +4 -0
  755. package/dist/placeholder-auth/constants/model-names.js.map +1 -0
  756. package/dist/placeholder-auth/core/common.d.ts +5 -0
  757. package/dist/placeholder-auth/core/common.d.ts.map +1 -0
  758. package/dist/placeholder-auth/core/common.js +17 -0
  759. package/dist/placeholder-auth/core/common.js.map +1 -0
  760. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts +5 -0
  761. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -0
  762. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +50 -0
  763. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -0
  764. package/dist/placeholder-auth/core/generators/index.d.ts +4 -0
  765. package/dist/placeholder-auth/core/generators/index.d.ts.map +1 -0
  766. package/dist/placeholder-auth/core/generators/index.js +4 -0
  767. package/dist/placeholder-auth/core/generators/index.js.map +1 -0
  768. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +46 -0
  769. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -0
  770. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js +11 -0
  771. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +1 -0
  772. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts +14 -0
  773. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +1 -0
  774. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js +26 -0
  775. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +1 -0
  776. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts +18 -0
  777. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +1 -0
  778. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js +35 -0
  779. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +1 -0
  780. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +18 -0
  781. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  782. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +27 -0
  783. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -0
  784. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts +17 -0
  785. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -0
  786. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +45 -0
  787. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -0
  788. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts +2 -0
  789. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +1 -0
  790. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js +2 -0
  791. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +1 -0
  792. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +37 -0
  793. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -0
  794. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js +32 -0
  795. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +1 -0
  796. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts +5 -0
  797. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  798. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js +8 -0
  799. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  800. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.ts +8 -0
  801. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts +9 -0
  802. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  803. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js +8 -0
  804. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  805. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.ts +13 -0
  806. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +5 -0
  807. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  808. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js +13 -0
  809. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  810. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +14 -0
  811. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts +47 -0
  812. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +1 -0
  813. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js +27 -0
  814. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +1 -0
  815. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +79 -0
  816. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +1 -0
  817. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js +11 -0
  818. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +1 -0
  819. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts +12 -0
  820. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +1 -0
  821. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js +24 -0
  822. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +1 -0
  823. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +41 -0
  824. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -0
  825. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js +41 -0
  826. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +1 -0
  827. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts +10 -0
  828. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +1 -0
  829. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js +23 -0
  830. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +1 -0
  831. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +28 -0
  832. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +1 -0
  833. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js +20 -0
  834. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +1 -0
  835. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts +2 -0
  836. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +1 -0
  837. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js +2 -0
  838. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +1 -0
  839. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts +23 -0
  840. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  841. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js +29 -0
  842. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +1 -0
  843. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.ts +41 -0
  844. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts +2 -0
  845. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +1 -0
  846. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js +2 -0
  847. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +1 -0
  848. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts +9 -0
  849. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +1 -0
  850. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js +31 -0
  851. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +1 -0
  852. package/dist/placeholder-auth/core/index.d.ts +2 -0
  853. package/dist/placeholder-auth/core/index.d.ts.map +1 -0
  854. package/dist/placeholder-auth/core/index.js +2 -0
  855. package/dist/placeholder-auth/core/index.js.map +1 -0
  856. package/dist/placeholder-auth/core/node.d.ts +5 -0
  857. package/dist/placeholder-auth/core/node.d.ts.map +1 -0
  858. package/dist/placeholder-auth/core/node.js +32 -0
  859. package/dist/placeholder-auth/core/node.js.map +1 -0
  860. package/dist/placeholder-auth/core/schema/models.d.ts +3 -0
  861. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -0
  862. package/dist/placeholder-auth/core/schema/models.js +38 -0
  863. package/dist/placeholder-auth/core/schema/models.js.map +1 -0
  864. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +5 -0
  865. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -0
  866. package/dist/placeholder-auth/core/schema/plugin-definition.js +4 -0
  867. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -0
  868. package/dist/placeholder-auth/core/web.d.ts +6 -0
  869. package/dist/placeholder-auth/core/web.d.ts.map +1 -0
  870. package/dist/placeholder-auth/core/web.js +13 -0
  871. package/dist/placeholder-auth/core/web.js.map +1 -0
  872. package/dist/placeholder-auth/index.d.ts +2 -0
  873. package/dist/placeholder-auth/index.d.ts.map +1 -0
  874. package/dist/placeholder-auth/index.js +2 -0
  875. package/dist/placeholder-auth/index.js.map +1 -0
  876. package/dist/placeholder-auth/plugin.json +10 -0
  877. package/dist/placeholder-auth/static/icon.svg +1 -0
  878. package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js +29 -0
  879. package/dist/web/assets/__federation_expose_authCoreCommon-CIVhaGqo.js.map +1 -0
  880. package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js +438 -0
  881. package/dist/web/assets/__federation_expose_authCoreWeb-N-mh42Bs.js.map +1 -0
  882. package/dist/web/assets/__federation_expose_better-authCoreCommon-BIU3Fg7K.js +20 -0
  883. package/dist/web/assets/__federation_expose_better-authCoreCommon-BIU3Fg7K.js.map +1 -0
  884. package/dist/web/assets/__federation_expose_better-authCoreWeb-CMhPrXPA.js +402 -0
  885. package/dist/web/assets/__federation_expose_better-authCoreWeb-CMhPrXPA.js.map +1 -0
  886. package/dist/web/assets/__federation_expose_local-authAdminCommon-DvHe9w29.js +63 -0
  887. package/dist/web/assets/__federation_expose_local-authAdminCommon-DvHe9w29.js.map +1 -0
  888. package/dist/web/assets/__federation_expose_local-authAdminWeb-CLU9aEy9.js +41 -0
  889. package/dist/web/assets/__federation_expose_local-authAdminWeb-CLU9aEy9.js.map +1 -0
  890. package/dist/web/assets/__federation_expose_local-authCoreCommon-DbuvGG7o.js +21 -0
  891. package/dist/web/assets/__federation_expose_local-authCoreCommon-DbuvGG7o.js.map +1 -0
  892. package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js +432 -0
  893. package/dist/web/assets/__federation_expose_local-authCoreWeb-BY-mP3uS.js.map +1 -0
  894. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js +23 -0
  895. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-BJBCuZvU.js.map +1 -0
  896. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js +162 -0
  897. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-BaV-Ko2C.js.map +1 -0
  898. package/dist/web/assets/__federation_fn_import-BLFDCY-V.js +421 -0
  899. package/dist/web/assets/__federation_fn_import-BLFDCY-V.js.map +1 -0
  900. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js +357 -0
  901. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-bRU6KpPk.js.map +1 -0
  902. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js +21193 -0
  903. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CQKLkNsU.js.map +1 -0
  904. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js +57231 -0
  905. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DhyoEUTy.js.map +1 -0
  906. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js +1821 -0
  907. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-9w-0yxVZ.js.map +1 -0
  908. package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js +6762 -0
  909. package/dist/web/assets/__federation_shared_@tanstack/react-router-CbExBaoL.js.map +1 -0
  910. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +8 -0
  911. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +1 -0
  912. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +251 -0
  913. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +1 -0
  914. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +13250 -0
  915. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +1 -0
  916. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +6 -0
  917. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +1 -0
  918. package/dist/web/assets/get-auth-plugin-definition-BL50g0cJ.js +13 -0
  919. package/dist/web/assets/get-auth-plugin-definition-BL50g0cJ.js.map +1 -0
  920. package/dist/web/assets/index-B_A3cgiy.js +103 -0
  921. package/dist/web/assets/index-B_A3cgiy.js.map +1 -0
  922. package/dist/web/assets/index-DUwCgkeV.js +570 -0
  923. package/dist/web/assets/index-DUwCgkeV.js.map +1 -0
  924. package/dist/web/assets/index.esm-BraHxHLB.js +2676 -0
  925. package/dist/web/assets/index.esm-BraHxHLB.js.map +1 -0
  926. package/dist/web/assets/isEqual-tnzoadW8.js +242 -0
  927. package/dist/web/assets/isEqual-tnzoadW8.js.map +1 -0
  928. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +60 -0
  929. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +1 -0
  930. package/dist/web/assets/mergeWith-VagwCqUi.js +76 -0
  931. package/dist/web/assets/mergeWith-VagwCqUi.js.map +1 -0
  932. package/dist/web/assets/model-names-DrcaRxt1.js +25 -0
  933. package/dist/web/assets/model-names-DrcaRxt1.js.map +1 -0
  934. package/dist/web/assets/model-utils-BfcjfzCn.js +694 -0
  935. package/dist/web/assets/model-utils-BfcjfzCn.js.map +1 -0
  936. package/dist/web/assets/plugin-definition-CXnKUJ1l.js +20 -0
  937. package/dist/web/assets/plugin-definition-CXnKUJ1l.js.map +1 -0
  938. package/dist/web/assets/plugin-definition-Ckl5hjD1.js +31 -0
  939. package/dist/web/assets/plugin-definition-Ckl5hjD1.js.map +1 -0
  940. package/dist/web/assets/plugin-definition-D26rR8AB.js +16 -0
  941. package/dist/web/assets/plugin-definition-D26rR8AB.js.map +1 -0
  942. package/dist/web/assets/plugin-definition-DJzXScRp.js +79 -0
  943. package/dist/web/assets/plugin-definition-DJzXScRp.js.map +1 -0
  944. package/dist/web/assets/react-CL9M_wyN.js +47 -0
  945. package/dist/web/assets/react-CL9M_wyN.js.map +1 -0
  946. package/dist/web/assets/registries-Tz_dluz3.js +1119 -0
  947. package/dist/web/assets/registries-Tz_dluz3.js.map +1 -0
  948. package/dist/web/assets/remoteEntry.js +30 -6
  949. package/dist/web/assets/remoteEntry.js.map +1 -1
  950. package/dist/web/assets/style-DiK_rD1L.css +120 -0
  951. package/dist/web/assets/styles-tkrWV-ZE.js +59 -0
  952. package/dist/web/assets/styles-tkrWV-ZE.js.map +1 -0
  953. package/dist/web/index.html +1 -1
  954. package/package.json +47 -31
  955. package/dist/auth/core/components/role-editor-form.d.ts +0 -10
  956. package/dist/auth/core/components/role-editor-form.d.ts.map +0 -1
  957. package/dist/auth/core/components/role-editor-form.js +0 -27
  958. package/dist/auth/core/components/role-editor-form.js.map +0 -1
  959. package/dist/auth/core/schema/models.d.ts +0 -9
  960. package/dist/auth/core/schema/models.d.ts.map +0 -1
  961. package/dist/auth/core/schema/models.js +0 -187
  962. package/dist/auth/core/schema/models.js.map +0 -1
  963. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts +0 -65
  964. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts.map +0 -1
  965. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js +0 -62
  966. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js.map +0 -1
  967. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts +0 -96
  968. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts.map +0 -1
  969. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js +0 -94
  970. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js.map +0 -1
  971. package/dist/auth/generators/fastify/auth-module/templates/management.ts +0 -22
  972. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session-payload.object-type.ts +0 -23
  973. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.mutations.ts +0 -22
  974. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.queries.ts +0 -20
  975. package/dist/auth/generators/fastify/auth-module/templates/services/user-session.service.ts +0 -251
  976. package/dist/auth/generators/fastify/auth-module/templates/user-session.service.ts +0 -101
  977. package/dist/auth/generators/fastify/auth-module/templates/utils/cookie-signer.ts +0 -71
  978. package/dist/auth/generators/fastify/auth-module/templates/utils/session-cookie.ts +0 -42
  979. package/dist/auth/generators/fastify/index.d.ts +0 -2
  980. package/dist/auth/generators/fastify/index.d.ts.map +0 -1
  981. package/dist/auth/generators/fastify/index.js +0 -2
  982. package/dist/auth/generators/fastify/index.js.map +0 -1
  983. package/dist/auth/generators/index.d.ts +0 -2
  984. package/dist/auth/generators/index.d.ts.map +0 -1
  985. package/dist/auth/generators/index.js +0 -2
  986. package/dist/auth/generators/index.js.map +0 -1
  987. package/dist/auth/metadata.json +0 -8
  988. package/dist/auth0/constants/packages.d.ts +0 -6
  989. package/dist/auth0/constants/packages.d.ts.map +0 -1
  990. package/dist/auth0/constants/packages.js +0 -6
  991. package/dist/auth0/constants/packages.js.map +0 -1
  992. package/dist/auth0/core/common.d.ts +0 -7
  993. package/dist/auth0/core/common.d.ts.map +0 -1
  994. package/dist/auth0/core/common.js +0 -28
  995. package/dist/auth0/core/common.js.map +0 -1
  996. package/dist/auth0/core/components/auth-definition-editor.d.ts +0 -5
  997. package/dist/auth0/core/components/auth-definition-editor.d.ts.map +0 -1
  998. package/dist/auth0/core/components/auth-definition-editor.js +0 -57
  999. package/dist/auth0/core/components/auth-definition-editor.js.map +0 -1
  1000. package/dist/auth0/core/components/role-dialog.d.ts +0 -14
  1001. package/dist/auth0/core/components/role-dialog.d.ts.map +0 -1
  1002. package/dist/auth0/core/components/role-dialog.js +0 -27
  1003. package/dist/auth0/core/components/role-dialog.js.map +0 -1
  1004. package/dist/auth0/core/components/role-editor-form.d.ts +0 -10
  1005. package/dist/auth0/core/components/role-editor-form.d.ts.map +0 -1
  1006. package/dist/auth0/core/components/role-editor-form.js +0 -52
  1007. package/dist/auth0/core/components/role-editor-form.js.map +0 -1
  1008. package/dist/auth0/core/node.d.ts +0 -5
  1009. package/dist/auth0/core/node.d.ts.map +0 -1
  1010. package/dist/auth0/core/node.js +0 -86
  1011. package/dist/auth0/core/node.js.map +0 -1
  1012. package/dist/auth0/core/schema/migrations.d.ts +0 -3
  1013. package/dist/auth0/core/schema/migrations.d.ts.map +0 -1
  1014. package/dist/auth0/core/schema/migrations.js +0 -17
  1015. package/dist/auth0/core/schema/migrations.js.map +0 -1
  1016. package/dist/auth0/core/schema/models.d.ts +0 -6
  1017. package/dist/auth0/core/schema/models.d.ts.map +0 -1
  1018. package/dist/auth0/core/schema/models.js +0 -33
  1019. package/dist/auth0/core/schema/models.js.map +0 -1
  1020. package/dist/auth0/core/schema/plugin-definition.d.ts +0 -73
  1021. package/dist/auth0/core/schema/plugin-definition.d.ts.map +0 -1
  1022. package/dist/auth0/core/schema/plugin-definition.js +0 -17
  1023. package/dist/auth0/core/schema/plugin-definition.js.map +0 -1
  1024. package/dist/auth0/core/web.d.ts +0 -6
  1025. package/dist/auth0/core/web.d.ts.map +0 -1
  1026. package/dist/auth0/core/web.js +0 -14
  1027. package/dist/auth0/core/web.js.map +0 -1
  1028. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +0 -67
  1029. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +0 -1
  1030. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +0 -125
  1031. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +0 -1
  1032. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts +0 -3
  1033. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts.map +0 -1
  1034. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js +0 -12
  1035. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js.map +0 -1
  1036. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts +0 -43
  1037. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts.map +0 -1
  1038. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js +0 -25
  1039. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js.map +0 -1
  1040. package/dist/auth0/generators/fastify/auth0-module/templates/management.ts +0 -22
  1041. package/dist/auth0/generators/fastify/auth0-module/templates/user-session.service.ts +0 -101
  1042. package/dist/auth0/generators/fastify/index.d.ts +0 -2
  1043. package/dist/auth0/generators/fastify/index.d.ts.map +0 -1
  1044. package/dist/auth0/generators/fastify/index.js +0 -2
  1045. package/dist/auth0/generators/fastify/index.js.map +0 -1
  1046. package/dist/auth0/generators/index.d.ts.map +0 -1
  1047. package/dist/auth0/generators/index.js.map +0 -1
  1048. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts +0 -10
  1049. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.d.ts.map +0 -1
  1050. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js +0 -41
  1051. package/dist/auth0/generators/react/auth0-apollo/auth0-apollo.generator.js.map +0 -1
  1052. package/dist/auth0/generators/react/auth0-apollo/templates/auth-link.ts +0 -11
  1053. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts +0 -61
  1054. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts.map +0 -1
  1055. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js +0 -59
  1056. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js.map +0 -1
  1057. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts +0 -106
  1058. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts.map +0 -1
  1059. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js +0 -28
  1060. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js.map +0 -1
  1061. package/dist/auth0/generators/react/auth0-callback/templates/auth0-callback.page.tsx +0 -61
  1062. package/dist/auth0/generators/react/auth0-callback/templates/signup.page.tsx +0 -48
  1063. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts +0 -53
  1064. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts.map +0 -1
  1065. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js +0 -44
  1066. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js.map +0 -1
  1067. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts +0 -3
  1068. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts.map +0 -1
  1069. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js +0 -12
  1070. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js.map +0 -1
  1071. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts +0 -45
  1072. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts.map +0 -1
  1073. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js +0 -13
  1074. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js.map +0 -1
  1075. package/dist/auth0/generators/react/auth0-components/templates/RequireAuth.tsx +0 -22
  1076. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +0 -28
  1077. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +0 -1
  1078. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +0 -65
  1079. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +0 -1
  1080. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts +0 -8
  1081. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts.map +0 -1
  1082. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js +0 -12
  1083. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js.map +0 -1
  1084. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts +0 -3
  1085. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts.map +0 -1
  1086. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js +0 -16
  1087. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js.map +0 -1
  1088. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts +0 -33
  1089. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts.map +0 -1
  1090. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js +0 -50
  1091. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js.map +0 -1
  1092. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.gql +0 -10
  1093. package/dist/auth0/generators/react/auth0-hooks/templates/useCurrentUser.ts +0 -29
  1094. package/dist/auth0/generators/react/auth0-hooks/templates/useLogOut.ts +0 -14
  1095. package/dist/auth0/generators/react/auth0-hooks/templates/useRequiredUserId.ts +0 -11
  1096. package/dist/auth0/generators/react/auth0-hooks/templates/useSession.ts +0 -23
  1097. package/dist/auth0/generators/react/index.d.ts +0 -6
  1098. package/dist/auth0/generators/react/index.d.ts.map +0 -1
  1099. package/dist/auth0/generators/react/index.js +0 -6
  1100. package/dist/auth0/generators/react/index.js.map +0 -1
  1101. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +0 -23
  1102. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +0 -1
  1103. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js +0 -64
  1104. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.js.map +0 -1
  1105. package/dist/auth0/metadata.json +0 -8
  1106. package/dist/auth0/static/icon.svg +0 -7
  1107. package/dist/index.js.map +0 -1
  1108. package/dist/roles/constants.d.ts.map +0 -1
  1109. package/dist/roles/constants.js.map +0 -1
  1110. package/dist/roles/index.d.ts.map +0 -1
  1111. package/dist/roles/index.js.map +0 -1
  1112. package/dist/roles/schema.d.ts +0 -65
  1113. package/dist/roles/schema.d.ts.map +0 -1
  1114. package/dist/roles/schema.js +0 -43
  1115. package/dist/roles/schema.js.map +0 -1
  1116. package/dist/utils/cn.d.ts +0 -2
  1117. package/dist/utils/cn.d.ts.map +0 -1
  1118. package/dist/utils/cn.js +0 -2
  1119. package/dist/utils/cn.js.map +0 -1
  1120. package/dist/web/assets/__federation_expose_auth0CoreCommon--n6esVYP.js +0 -54
  1121. package/dist/web/assets/__federation_expose_auth0CoreCommon--n6esVYP.js.map +0 -1
  1122. package/dist/web/assets/__federation_expose_auth0CoreWeb-Ql6gpX5q.js +0 -377
  1123. package/dist/web/assets/__federation_expose_auth0CoreWeb-Ql6gpX5q.js.map +0 -1
  1124. package/dist/web/assets/__federation_fn_import-BiwmVFwy.js +0 -421
  1125. package/dist/web/assets/__federation_fn_import-BiwmVFwy.js.map +0 -1
  1126. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CY8oz43s.js +0 -330
  1127. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-CY8oz43s.js.map +0 -1
  1128. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B62IPizQ.js +0 -10559
  1129. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B62IPizQ.js.map +0 -1
  1130. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BU2QTWNs.js +0 -12718
  1131. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BU2QTWNs.js.map +0 -1
  1132. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js +0 -250
  1133. package/dist/web/assets/__federation_shared_react-dom-Bwq4pLax.js.map +0 -1
  1134. package/dist/web/assets/__federation_shared_react-uocnGSER.js +0 -7
  1135. package/dist/web/assets/__federation_shared_react-uocnGSER.js.map +0 -1
  1136. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js +0 -4380
  1137. package/dist/web/assets/__federation_shared_zod-BK7IELHt.js.map +0 -1
  1138. package/dist/web/assets/index-B1hOKVPw.js +0 -574
  1139. package/dist/web/assets/index-B1hOKVPw.js.map +0 -1
  1140. package/dist/web/assets/index-CgJx-krK.js +0 -95
  1141. package/dist/web/assets/index-CgJx-krK.js.map +0 -1
  1142. package/dist/web/assets/index.esm-BcxPd7Ha.js +0 -2584
  1143. package/dist/web/assets/index.esm-BcxPd7Ha.js.map +0 -1
  1144. package/dist/web/assets/model-utils-CbQJy1wE.js +0 -1263
  1145. package/dist/web/assets/model-utils-CbQJy1wE.js.map +0 -1
  1146. package/dist/web/assets/plugin-definition-BQRupXoQ.js +0 -78
  1147. package/dist/web/assets/plugin-definition-BQRupXoQ.js.map +0 -1
  1148. package/dist/web/assets/react-2jQE8aG0.js +0 -47
  1149. package/dist/web/assets/react-2jQE8aG0.js.map +0 -1
  1150. package/dist/web/assets/style-BdgwWjAf.css +0 -95
  1151. package/dist/web-export.js.map +0 -1
  1152. package/manifest.json +0 -4
  1153. /package/dist/{roles → auth/core/schema/roles}/constants.d.ts +0 -0
  1154. /package/dist/{roles → auth/core/schema/roles}/constants.js +0 -0
  1155. /package/dist/{roles → auth/core/schema/roles}/index.d.ts +0 -0
  1156. /package/dist/{roles → auth/core/schema/roles}/index.js +0 -0
  1157. /package/dist/{auth0 → better-auth}/generators/index.d.ts +0 -0
  1158. /package/dist/{auth0 → better-auth}/generators/index.js +0 -0
  1159. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module/constants}/user-session.constants.ts +0 -0
  1160. /package/dist/{auth/generators/fastify/auth-module/templates → local-auth/core/generators/auth-module/templates/module}/utils/verify-request-origin.ts +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,702 @@
1
+ # @baseplate-dev/plugin-auth
2
+
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Reset version to 0.6.2 to fix accidental major version bumps caused by missing changeset fixed-group configuration.
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`c371612`](https://github.com/halfdomelabs/baseplate/commit/c37161281c660a799a2a74537cd751fd58f3b05f), [`0b973f3`](https://github.com/halfdomelabs/baseplate/commit/0b973f3b9cb03fa1c49ceb49839b210466ecbbc7)]:
14
+ - @baseplate-dev/fastify-generators@0.6.1
15
+ - @baseplate-dev/plugin-email@1.0.1
16
+ - @baseplate-dev/plugin-queue@3.0.1
17
+ - @baseplate-dev/plugin-rate-limit@1.0.1
18
+ - @baseplate-dev/core-generators@0.6.1
19
+ - @baseplate-dev/project-builder-lib@0.6.1
20
+ - @baseplate-dev/react-generators@0.6.1
21
+ - @baseplate-dev/sync@0.6.1
22
+ - @baseplate-dev/ui-components@0.6.1
23
+ - @baseplate-dev/utils@0.6.1
24
+
25
+ ## 5.0.0
26
+
27
+ ### Patch Changes
28
+
29
+ - [#791](https://github.com/halfdomelabs/baseplate/pull/791) [`cad5352`](https://github.com/halfdomelabs/baseplate/commit/cad535239b47080e30f894383cc330e37213a76c) Thanks [@kingston](https://github.com/kingston)! - Add Better Auth implementation plugin with backend (Fastify) and frontend (React) generators. Removes Auth0 implementation plugin.
30
+
31
+ - [#802](https://github.com/halfdomelabs/baseplate/pull/802) [`801c706`](https://github.com/halfdomelabs/baseplate/commit/801c7066f7e943c026f03e71b8d39242036e0cad) Thanks [@kingston](https://github.com/kingston)! - Update prettier to ignore unchanged files in output
32
+
33
+ - [#778](https://github.com/halfdomelabs/baseplate/pull/778) [`d6be7a9`](https://github.com/halfdomelabs/baseplate/commit/d6be7a97b5e6970be674bf9b49eddf1499b51f04) Thanks [@kingston](https://github.com/kingston)! - Upgrade packages to fix security vulnerabilities
34
+ - @aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/s3-presigned-post, @aws-sdk/s3-request-presigner: 3.990.0 → 3.995.0 (fixes fast-xml-parser CVE-2025-69873 critical, CVE DoS high)
35
+ - postmark: 4.0.5 → 4.0.7 (fixes axios DoS vulnerability)
36
+ - fastify-auth0-verify: 3.0.0 → 4.1.0 (updates @fastify/jwt to v10)
37
+
38
+ - [#788](https://github.com/halfdomelabs/baseplate/pull/788) [`3b3be2b`](https://github.com/halfdomelabs/baseplate/commit/3b3be2b8d45b08552dca3d4e2b5ce391a958341b) Thanks [@kingston](https://github.com/kingston)! - Replace model-specific merger with generic schema-driven definition patcher
39
+
40
+ - [#796](https://github.com/halfdomelabs/baseplate/pull/796) [`8258b27`](https://github.com/halfdomelabs/baseplate/commit/8258b278e9a25a6e4bd5039a134238d071a63ecd) Thanks [@kingston](https://github.com/kingston)! - Add query filter code generation for instance-level authorization on GraphQL queries
41
+
42
+ - [#803](https://github.com/halfdomelabs/baseplate/pull/803) [`b7b4cb1`](https://github.com/halfdomelabs/baseplate/commit/b7b4cb1f570cb8fa71a954b4d1d62807f64bea63) Thanks [@kingston](https://github.com/kingston)! - Make `validatePasswordResetToken` throw on invalid tokens and handle errors in the frontend
43
+
44
+ - [#785](https://github.com/halfdomelabs/baseplate/pull/785) [`bd25ff0`](https://github.com/halfdomelabs/baseplate/commit/bd25ff08e71faeb97b560e7b349dba1967155704) Thanks [@kingston](https://github.com/kingston)! - Remove redundant `.optional()` wrapper from `withDefault`
45
+
46
+ `withDefault` previously wrapped the schema in both `.prefault()` and `.optional()`. Since `.prefault()` already makes fields accept absent/undefined input, the `.optional()` was redundant and caused the output type to incorrectly include `| undefined` for defaulted fields.
47
+
48
+ - Updated dependencies [[`ee7ee0e`](https://github.com/halfdomelabs/baseplate/commit/ee7ee0e552090612190eb4446a52c30f4eefce6a), [`bd1095e`](https://github.com/halfdomelabs/baseplate/commit/bd1095e52dc3cecdb40bf84a906490a7c92fec40), [`801c706`](https://github.com/halfdomelabs/baseplate/commit/801c7066f7e943c026f03e71b8d39242036e0cad), [`1225fda`](https://github.com/halfdomelabs/baseplate/commit/1225fdace3e8da20152e0e78c4decf0c063faa56), [`3029d42`](https://github.com/halfdomelabs/baseplate/commit/3029d42f5d5967721f2b0d5892ea07a80c5f3a1f), [`dfa9638`](https://github.com/halfdomelabs/baseplate/commit/dfa963825c4ba847f9d21f4f014c4dd1722403d6), [`d6be7a9`](https://github.com/halfdomelabs/baseplate/commit/d6be7a97b5e6970be674bf9b49eddf1499b51f04), [`3b3be2b`](https://github.com/halfdomelabs/baseplate/commit/3b3be2b8d45b08552dca3d4e2b5ce391a958341b), [`eadad84`](https://github.com/halfdomelabs/baseplate/commit/eadad8494128ded2cbc76dfbe3b97f93769ea41f), [`801c706`](https://github.com/halfdomelabs/baseplate/commit/801c7066f7e943c026f03e71b8d39242036e0cad), [`ee7ee0e`](https://github.com/halfdomelabs/baseplate/commit/ee7ee0e552090612190eb4446a52c30f4eefce6a), [`801c706`](https://github.com/halfdomelabs/baseplate/commit/801c7066f7e943c026f03e71b8d39242036e0cad), [`dc238be`](https://github.com/halfdomelabs/baseplate/commit/dc238be00158a528a60d9e6ef9cec32b2d8297be), [`bd25ff0`](https://github.com/halfdomelabs/baseplate/commit/bd25ff08e71faeb97b560e7b349dba1967155704), [`8258b27`](https://github.com/halfdomelabs/baseplate/commit/8258b278e9a25a6e4bd5039a134238d071a63ecd), [`6e2675d`](https://github.com/halfdomelabs/baseplate/commit/6e2675d2166ac9bf470486efdc6a0e48df9bcc6d), [`634f6c5`](https://github.com/halfdomelabs/baseplate/commit/634f6c5aaffab982a985be9f85062de9d1e8a99b), [`2f860c5`](https://github.com/halfdomelabs/baseplate/commit/2f860c513a1caf95fdfd0729cf548990166f9a6f), [`cad5352`](https://github.com/halfdomelabs/baseplate/commit/cad535239b47080e30f894383cc330e37213a76c), [`83c713b`](https://github.com/halfdomelabs/baseplate/commit/83c713b075eca2abc946e74bf3f03e515e601eba), [`78315cc`](https://github.com/halfdomelabs/baseplate/commit/78315ccd9b0b0330cd2d08584c6d5ec516d641e3), [`2104145`](https://github.com/halfdomelabs/baseplate/commit/210414588d8b1f6816c45054be3b7eea5763b5ce), [`bd25ff0`](https://github.com/halfdomelabs/baseplate/commit/bd25ff08e71faeb97b560e7b349dba1967155704), [`cad5352`](https://github.com/halfdomelabs/baseplate/commit/cad535239b47080e30f894383cc330e37213a76c)]:
49
+ - @baseplate-dev/utils@0.6.0
50
+ - @baseplate-dev/project-builder-lib@0.6.0
51
+ - @baseplate-dev/fastify-generators@0.6.0
52
+ - @baseplate-dev/react-generators@0.6.0
53
+ - @baseplate-dev/plugin-rate-limit@1.0.0
54
+ - @baseplate-dev/core-generators@0.6.0
55
+ - @baseplate-dev/ui-components@0.6.0
56
+ - @baseplate-dev/plugin-email@1.0.0
57
+ - @baseplate-dev/plugin-queue@3.0.0
58
+ - @baseplate-dev/sync@0.6.0
59
+
60
+ ## 4.0.3
61
+
62
+ ### Patch Changes
63
+
64
+ - [#769](https://github.com/halfdomelabs/baseplate/pull/769) [`cb2446e`](https://github.com/halfdomelabs/baseplate/commit/cb2446e235794bf5d45a1671ae320ccce12eb504) Thanks [@kingston](https://github.com/kingston)! - Fix hard-coded email template imports in auth plugin
65
+
66
+ - [#772](https://github.com/halfdomelabs/baseplate/pull/772) [`820a17f`](https://github.com/halfdomelabs/baseplate/commit/820a17f236e90b4c56c27710bba722153c1daa1a) Thanks [@kingston](https://github.com/kingston)! - Move auth-verification service to accounts level and add cleanup queue
67
+ - Moved `auth-verification.service.ts` from `accounts/password/services/` to `accounts/services/` since it implements a generic split-token pattern that can be reused across different authentication types
68
+ - Transferred template ownership from `auth-email-password` generator to `auth-module` generator for better architectural alignment
69
+ - Added `cleanup-auth-verification.queue.ts` that runs hourly (at minute 15) to automatically delete expired auth verification tokens
70
+ - Added `@baseplate-dev/plugin-queue` as a dependency for queue integration
71
+
72
+ - Updated dependencies [[`cb2446e`](https://github.com/halfdomelabs/baseplate/commit/cb2446e235794bf5d45a1671ae320ccce12eb504), [`6c190fe`](https://github.com/halfdomelabs/baseplate/commit/6c190fe50240f0ddc984af757b7900d053433bb1), [`254d675`](https://github.com/halfdomelabs/baseplate/commit/254d675079930e5b569bf1c0c4576f1459d23a03), [`9129381`](https://github.com/halfdomelabs/baseplate/commit/9129381e17504136837d07deb9958708791da43e)]:
73
+ - @baseplate-dev/plugin-email@0.1.3
74
+ - @baseplate-dev/core-generators@0.5.3
75
+ - @baseplate-dev/fastify-generators@0.5.3
76
+ - @baseplate-dev/react-generators@0.5.3
77
+ - @baseplate-dev/plugin-queue@2.0.3
78
+ - @baseplate-dev/plugin-rate-limit@0.1.2
79
+ - @baseplate-dev/project-builder-lib@0.5.3
80
+ - @baseplate-dev/sync@0.5.3
81
+ - @baseplate-dev/ui-components@0.5.3
82
+ - @baseplate-dev/utils@0.5.3
83
+
84
+ ## 4.0.2
85
+
86
+ ### Patch Changes
87
+
88
+ - [#761](https://github.com/halfdomelabs/baseplate/pull/761) [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497) Thanks [@kingston](https://github.com/kingston)! - Add configurable development ports for apps with automatic assignment and conflict validation
89
+
90
+ - [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add emailTemplateSpec for cross-plugin email template registration
91
+
92
+ Introduces `emailTemplateSpec` in plugin-email, allowing other plugins to register email template generators with the transactional library compilation process. The auth plugin now uses this spec to register password-reset, password-changed, and account-verification email templates as proper generators instead of using snapshots. Also exports `emailTemplatesProvider` and adds component project exports to enable cross-generator template imports.
93
+
94
+ - [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add email verification flow and security hardening
95
+ - **Backend**: Split-token auth verification service (`auth-verification.service.ts`) with constant-time comparison, SHA-256 hashed verifiers, and automatic cleanup
96
+ - **Backend**: Email verification service with rate limiting (per-user: 3/20min, per-IP: 10/hr for both request and verify endpoints)
97
+ - **Backend**: Email verification GraphQL mutations (`requestEmailVerification`, `verifyEmail`)
98
+ - **Backend**: Anti-enumeration: unified `invalid-credentials` error for login (prevents email/password oracle)
99
+ - **Frontend**: Email verification page with auto-verify, resend, and status states
100
+ - **Frontend**: Updated login error handling for unified credential errors
101
+
102
+ - [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add password reset flow
103
+ - **Backend**: Password reset service with secure token generation (SHA-256 hashed, single-use, 1-hour expiry), rate limiting (per-IP, per-email, global), and session invalidation on reset
104
+ - **Backend**: GraphQL mutations for requesting reset, validating tokens, and completing reset
105
+ - **Backend**: `AUTH_FRONTEND_URL` config field for constructing reset email links
106
+ - **Frontend**: Forgot password and reset password pages with proper error handling
107
+ - **Frontend**: Shared auth constants file for password validation limits
108
+ - **Email**: Password changed confirmation email template
109
+ - **Email**: Added `sendEmail` as a project export from the email module
110
+
111
+ - [#749](https://github.com/halfdomelabs/baseplate/pull/749) [`683eb15`](https://github.com/halfdomelabs/baseplate/commit/683eb15c2c37259266959e0760b419e07f70a27e) Thanks [@kingston](https://github.com/kingston)! - Add rate limiting plugin for Baseplate projects
112
+
113
+ This release introduces a new rate limiting plugin that provides:
114
+ - **Rate Limiting Service**: `createRateLimiter` and `memoizeRateLimiter` functions for flexible rate limiting
115
+ - **Prisma/PostgreSQL Backend**: Uses `rate-limiter-flexible` with Prisma storage
116
+ - **TooManyRequestsError**: New HTTP error class with `Retry-After` header support in error-handler-service
117
+ - **Model Merger**: Automatically creates the `RateLimiterFlexible` model via the project builder UI
118
+ - **Type-Safe API**: Full TypeScript support for rate limiter configuration and results
119
+
120
+ The auth plugin now supports rate limiting for login attempts via the rate-limit plugin integration.
121
+
122
+ - [#755](https://github.com/halfdomelabs/baseplate/pull/755) [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b) Thanks [@kingston](https://github.com/kingston)! - Upgrade linting packages
123
+
124
+ **Major version bumps:**
125
+ - eslint: 9.32.0 → 9.39.2
126
+ - @eslint/js: 9.32.0 → 9.39.2
127
+ - eslint-plugin-perfectionist: 4.15.0 → 5.4.0
128
+ - eslint-plugin-react-hooks: 5.2.0 → 7.0.1
129
+ - eslint-plugin-unicorn: 60.0.0 → 62.0.0
130
+ - globals: 16.4.0 → 17.3.0
131
+ - prettier-plugin-packagejson: 2.5.19 → 3.0.0
132
+ - storybook: 10.1.10 → 10.2.8
133
+
134
+ **Minor/patch bumps:**
135
+ - @vitest/eslint-plugin: 1.3.4 → 1.6.6 (tools), 1.6.5 → 1.6.6 (core-generators)
136
+ - eslint-plugin-storybook: 10.1.10 → 10.2.3
137
+ - prettier-plugin-tailwindcss: 0.6.14 → 0.7.2
138
+ - typescript-eslint: 8.38.0 → 8.54.0
139
+ - @types/eslint-plugin-jsx-a11y: 6.10.0 → 6.10.1
140
+
141
+ **Config changes:**
142
+ - Updated eslint-plugin-react-hooks v7 API: `configs['recommended-latest']` → `configs.flat['recommended-latest']`
143
+ - Disabled new strict rules from react-hooks v7 (refs, set-state-in-effect, preserve-manual-memoization, incompatible-library)
144
+
145
+ - [#756](https://github.com/halfdomelabs/baseplate/pull/756) [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072) Thanks [@kingston](https://github.com/kingston)! - Upgrade packages to fix security vulnerabilities and update to latest versions
146
+
147
+ **Security fixes:**
148
+ - @modelcontextprotocol/sdk: 1.25.1 → 1.26.0 (fixes CVE-2026-25536 - cross-client data leak)
149
+ - fastify: 5.6.2 → 5.7.4 (security patches)
150
+ - diff: 8.0.2 → 8.0.3 (fixes CVE-2026-24001 - DoS vulnerability)
151
+ - testcontainers: 11.10.0 → 11.11.0 (fixes undici vulnerability)
152
+
153
+ **Package updates (monorepo):**
154
+ - @tailwindcss/vite: 4.1.13 → 4.1.18
155
+ - tailwindcss: 4.1.13 → 4.1.18
156
+ - @tanstack/react-router: 1.139.7 → 1.159.5
157
+ - @tanstack/router-plugin: 1.139.7 → 1.159.5
158
+ - @testing-library/jest-dom: 6.6.3 → 6.9.1
159
+ - concurrently: 9.0.1 → 9.2.1
160
+ - ts-morph: 26.0.0 → 27.0.2
161
+
162
+ **Package updates (generated projects):**
163
+ - prisma/@prisma/client/@prisma/adapter-pg: 7.2.0 → 7.4.0
164
+ - postmark: 4.0.2 → 4.0.5
165
+ - axios: 1.12.0 → 1.13.5
166
+
167
+ - Updated dependencies [[`ef1354d`](https://github.com/halfdomelabs/baseplate/commit/ef1354da11e2c48a80af03f44834555ce63a2948), [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497), [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3), [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3), [`683eb15`](https://github.com/halfdomelabs/baseplate/commit/683eb15c2c37259266959e0760b419e07f70a27e), [`938a7b1`](https://github.com/halfdomelabs/baseplate/commit/938a7b113550a7a245b65b5dfe3cc641f11096b7), [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b), [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072), [`7d1a9d6`](https://github.com/halfdomelabs/baseplate/commit/7d1a9d6d381279434f2ac632e9f8accde34dda25), [`63bd074`](https://github.com/halfdomelabs/baseplate/commit/63bd074b3b24b0978d4271a5bc76a8531b0f60c2)]:
168
+ - @baseplate-dev/fastify-generators@0.5.2
169
+ - @baseplate-dev/project-builder-lib@0.5.2
170
+ - @baseplate-dev/react-generators@0.5.2
171
+ - @baseplate-dev/plugin-email@0.1.2
172
+ - @baseplate-dev/plugin-rate-limit@0.1.1
173
+ - @baseplate-dev/core-generators@0.5.2
174
+ - @baseplate-dev/ui-components@0.5.2
175
+ - @baseplate-dev/sync@0.5.2
176
+ - @baseplate-dev/utils@0.5.2
177
+
178
+ ## 4.0.1
179
+
180
+ ### Patch Changes
181
+
182
+ - [#737](https://github.com/halfdomelabs/baseplate/pull/737) [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499) Thanks [@kingston](https://github.com/kingston)! - Refactor plugin spec system with lazy initialization and clear setup/use phases
183
+
184
+ This refactoring overhauls the plugin spec system to introduce a two-phase architecture with lazy initialization:
185
+
186
+ **New Architecture:**
187
+ - **Setup phase (init)**: Plugins register their implementations during module initialization using mutable field containers
188
+ - **Use phase**: Consumers access registered items through a read-only interface, with lazy initialization on first access
189
+ - **FieldMap-based specs**: New `createFieldMapSpec` helper provides type-safe containers (maps, arrays, named arrays, scalars) with automatic source tracking
190
+
191
+ **Key changes:**
192
+ - Rename `PluginImplementationStore` to `PluginSpecStore` with cached `use()` instances
193
+ - Rename `createPlatformPluginExport` to `createPluginModule`
194
+ - Add required `name` field to all plugin modules for unique identification
195
+ - Convert all specs to use `createFieldMapSpec` with typed containers
196
+ - Update all plugin modules to use new registration methods (`.add()`, `.set()`, `.push()`)
197
+ - Introduce `ModuleContext` with `moduleKey` and `pluginKey` for better source tracking
198
+ - Specs now define both `init` (mutable setup interface) and `use` (read-only consumption interface)
199
+
200
+ - Updated dependencies [[`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534), [`ecebd3b`](https://github.com/halfdomelabs/baseplate/commit/ecebd3bf50cfa2d2a62501e0be39c411b42bed25), [`ff4203e`](https://github.com/halfdomelabs/baseplate/commit/ff4203e45a057b25a0ded5ecb3e1c07f5c7108b4), [`1debcb8`](https://github.com/halfdomelabs/baseplate/commit/1debcb89807fafdd7415a659f4bebbad0d69f072), [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499), [`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534)]:
201
+ - @baseplate-dev/fastify-generators@0.5.1
202
+ - @baseplate-dev/react-generators@0.5.1
203
+ - @baseplate-dev/project-builder-lib@0.5.1
204
+ - @baseplate-dev/core-generators@0.5.1
205
+ - @baseplate-dev/sync@0.5.1
206
+ - @baseplate-dev/ui-components@0.5.1
207
+ - @baseplate-dev/utils@0.5.1
208
+
209
+ ## 4.0.0
210
+
211
+ ### Patch Changes
212
+
213
+ - [#730](https://github.com/halfdomelabs/baseplate/pull/730) [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9) Thanks [@kingston](https://github.com/kingston)! - Add support for viewer query type to get current user
214
+
215
+ - Updated dependencies [[`fbabdec`](https://github.com/halfdomelabs/baseplate/commit/fbabdecf6715c21799d1c224b3a2162ef1f49797), [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9), [`9b31726`](https://github.com/halfdomelabs/baseplate/commit/9b31726ee0dce77dc7b16fa334eb597d86349599), [`97bd14e`](https://github.com/halfdomelabs/baseplate/commit/97bd14e381206b54e55c22264d1d406e83146146), [`d09175d`](https://github.com/halfdomelabs/baseplate/commit/d09175dc41d33fb0a818d53c2e2da899430a48cd), [`c7d373e`](https://github.com/halfdomelabs/baseplate/commit/c7d373ebaaeda2522515fdaeae0d37d0cd9ce7fe), [`2d5abd5`](https://github.com/halfdomelabs/baseplate/commit/2d5abd53fccfc2b15f8142fc796c5e4ea4c2f92a), [`8bfc742`](https://github.com/halfdomelabs/baseplate/commit/8bfc742b8a93393a5539babfd11b97a88ee9c39e)]:
216
+ - @baseplate-dev/fastify-generators@0.5.0
217
+ - @baseplate-dev/core-generators@0.5.0
218
+ - @baseplate-dev/react-generators@0.5.0
219
+ - @baseplate-dev/project-builder-lib@0.5.0
220
+ - @baseplate-dev/sync@0.5.0
221
+ - @baseplate-dev/ui-components@0.5.0
222
+ - @baseplate-dev/utils@0.5.0
223
+
224
+ ## 3.0.4
225
+
226
+ ### Patch Changes
227
+
228
+ - Updated dependencies [[`ec2f1e9`](https://github.com/halfdomelabs/baseplate/commit/ec2f1e9716e84cd4a901c071eacf4971436962d9)]:
229
+ - @baseplate-dev/fastify-generators@0.4.4
230
+ - @baseplate-dev/core-generators@0.4.4
231
+ - @baseplate-dev/project-builder-lib@0.4.4
232
+ - @baseplate-dev/react-generators@0.4.4
233
+ - @baseplate-dev/sync@0.4.4
234
+ - @baseplate-dev/ui-components@0.4.4
235
+ - @baseplate-dev/utils@0.4.4
236
+
237
+ ## 3.0.3
238
+
239
+ ### Patch Changes
240
+
241
+ - [#725](https://github.com/halfdomelabs/baseplate/pull/725) [`b26e6e9`](https://github.com/halfdomelabs/baseplate/commit/b26e6e99d60aa5682ef1846d78ba37a571472215) Thanks [@kingston](https://github.com/kingston)! - Add ALLOWED_ORIGINS environment variable for CSRF protection
242
+ - Add optional `ALLOWED_ORIGINS` config field that accepts a comma-separated list of additional allowed origins
243
+ - Enables use cases with hosting providers like Render that use rewrites where the host header doesn't match the origin header
244
+
245
+ - [#717](https://github.com/halfdomelabs/baseplate/pull/717) [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d) Thanks [@kingston](https://github.com/kingston)! - Upgrade Apollo Client to v4
246
+ - @apollo/client: 3.13.8 → 4.0.11
247
+ - Add rxjs 7.8.2 as peer dependency (required by Apollo Client v4)
248
+
249
+ Breaking changes in generated code:
250
+ - React hooks (useQuery, useMutation, useApolloClient, etc.) now import from `@apollo/client/react` instead of `@apollo/client`
251
+ - ApolloProvider now imports from `@apollo/client/react`
252
+ - Error handling uses new `CombinedGraphQLErrors` and `ServerError` classes from `@apollo/client/errors`
253
+ - `ErrorLink` class replaces deprecated `onError` function
254
+ - `ApolloClient` is no longer generic (use `ApolloClient` instead of `ApolloClient<NormalizedCacheObject>`)
255
+
256
+ - Updated dependencies [[`12d1e62`](https://github.com/halfdomelabs/baseplate/commit/12d1e625bc04256eeb2704faa3f36dfda00545f9), [`6e23a6f`](https://github.com/halfdomelabs/baseplate/commit/6e23a6f2ff99954eebcb78b450d0c18618aa0b54), [`f1bab33`](https://github.com/halfdomelabs/baseplate/commit/f1bab3310fa8c00c645a6d9aca0a6a757cb661f1), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d), [`8622c4e`](https://github.com/halfdomelabs/baseplate/commit/8622c4e2b91788ad4a368c9f06f82a17ee1a29ed), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d)]:
257
+ - @baseplate-dev/fastify-generators@0.4.3
258
+ - @baseplate-dev/react-generators@0.4.3
259
+ - @baseplate-dev/core-generators@0.4.3
260
+ - @baseplate-dev/project-builder-lib@0.4.3
261
+ - @baseplate-dev/sync@0.4.3
262
+ - @baseplate-dev/ui-components@0.4.3
263
+ - @baseplate-dev/utils@0.4.3
264
+
265
+ ## 3.0.2
266
+
267
+ ### Patch Changes
268
+
269
+ - [#697](https://github.com/halfdomelabs/baseplate/pull/697) [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54) Thanks [@kingston](https://github.com/kingston)! - Ignore \*.map files from built output in package.json
270
+
271
+ - [#707](https://github.com/halfdomelabs/baseplate/pull/707) [`21a9613`](https://github.com/halfdomelabs/baseplate/commit/21a9613c8e6e3d020c6630910599ef25ae34e3f6) Thanks [@kingston](https://github.com/kingston)! - Fix user session provider not syncing when server session differs from cached client state
272
+
273
+ - Updated dependencies [[`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`5d4ae05`](https://github.com/halfdomelabs/baseplate/commit/5d4ae05b1781100ee21c5a60784f0107014bade4), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`74529e7`](https://github.com/halfdomelabs/baseplate/commit/74529e7fffae8a70f8cfe801a1897204d010e291), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`ae2aba1`](https://github.com/halfdomelabs/baseplate/commit/ae2aba1f31c35c306cc459e0efe5e3612ece5c94), [`2395821`](https://github.com/halfdomelabs/baseplate/commit/239582148fe92d80457a31021036fa1e2c51cf5d), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b), [`e426b52`](https://github.com/halfdomelabs/baseplate/commit/e426b52d37f04f71ca960eb4cad2246af0603bd3)]:
274
+ - @baseplate-dev/project-builder-lib@0.4.2
275
+ - @baseplate-dev/fastify-generators@0.4.2
276
+ - @baseplate-dev/sync@0.4.2
277
+ - @baseplate-dev/react-generators@0.4.2
278
+ - @baseplate-dev/core-generators@0.4.2
279
+ - @baseplate-dev/ui-components@0.4.2
280
+ - @baseplate-dev/utils@0.4.2
281
+
282
+ ## 3.0.1
283
+
284
+ ### Patch Changes
285
+
286
+ - Updated dependencies []:
287
+ - @baseplate-dev/core-generators@0.4.1
288
+ - @baseplate-dev/fastify-generators@0.4.1
289
+ - @baseplate-dev/project-builder-lib@0.4.1
290
+ - @baseplate-dev/react-generators@0.4.1
291
+ - @baseplate-dev/sync@0.4.1
292
+ - @baseplate-dev/ui-components@0.4.1
293
+ - @baseplate-dev/utils@0.4.1
294
+
295
+ ## 3.0.0
296
+
297
+ ### Patch Changes
298
+
299
+ - Updated dependencies [[`9f22eef`](https://github.com/halfdomelabs/baseplate/commit/9f22eef139c8db2dde679f6424eb23e024e37d19), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`e68624e`](https://github.com/halfdomelabs/baseplate/commit/e68624e9372480da767d220cae60d45d9ed3c636), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`852c3a5`](https://github.com/halfdomelabs/baseplate/commit/852c3a5ff3a185e60efaeb2cbb90eed59a95ec2b), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`a6274e9`](https://github.com/halfdomelabs/baseplate/commit/a6274e98e2f56cdac23e9ff2bc338946a569a65c), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`d324059`](https://github.com/halfdomelabs/baseplate/commit/d3240594e1c2bc2348eb1a7e8938f97ea5f55d22), [`57e15c0`](https://github.com/halfdomelabs/baseplate/commit/57e15c085099508898756385661df9cf54108466)]:
300
+ - @baseplate-dev/project-builder-lib@0.4.0
301
+ - @baseplate-dev/fastify-generators@0.4.0
302
+ - @baseplate-dev/sync@0.4.0
303
+ - @baseplate-dev/core-generators@0.4.0
304
+ - @baseplate-dev/utils@0.4.0
305
+ - @baseplate-dev/react-generators@0.4.0
306
+ - @baseplate-dev/ui-components@0.4.0
307
+
308
+ ## 2.0.8
309
+
310
+ ### Patch Changes
311
+
312
+ - [#669](https://github.com/halfdomelabs/baseplate/pull/669) [`81f4916`](https://github.com/halfdomelabs/baseplate/commit/81f4916d9ca8fed18653f3ec615de1e0a19a540b) Thanks [@kingston](https://github.com/kingston)! - Make sure we clear the cookie properly when session is invalid
313
+
314
+ - Updated dependencies [[`fc93dd7`](https://github.com/halfdomelabs/baseplate/commit/fc93dd70c182ac99d1f025745d88a32d6de733f5)]:
315
+ - @baseplate-dev/fastify-generators@0.3.8
316
+ - @baseplate-dev/core-generators@0.3.8
317
+ - @baseplate-dev/project-builder-lib@0.3.8
318
+ - @baseplate-dev/react-generators@0.3.8
319
+ - @baseplate-dev/sync@0.3.8
320
+ - @baseplate-dev/ui-components@0.3.8
321
+ - @baseplate-dev/utils@0.3.8
322
+
323
+ ## 2.0.7
324
+
325
+ ### Patch Changes
326
+
327
+ - [#664](https://github.com/halfdomelabs/baseplate/pull/664) [`d6f70e0`](https://github.com/halfdomelabs/baseplate/commit/d6f70e03f539bd8687d9e9abfc0e7cef5c9e6e29) Thanks [@kingston](https://github.com/kingston)! - Fix cookie clearing by passing options to ensure secure cookies are properly cleared. The CookieStore interface now accepts optional CookieSerializeOptions when clearing cookies, and the auth module template now passes COOKIE_OPTIONS when clearing session cookies to maintain consistency with cookie creation.
328
+
329
+ - Updated dependencies [[`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d), [`d6f70e0`](https://github.com/halfdomelabs/baseplate/commit/d6f70e03f539bd8687d9e9abfc0e7cef5c9e6e29), [`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d)]:
330
+ - @baseplate-dev/core-generators@0.3.7
331
+ - @baseplate-dev/fastify-generators@0.3.7
332
+ - @baseplate-dev/react-generators@0.3.7
333
+ - @baseplate-dev/project-builder-lib@0.3.7
334
+ - @baseplate-dev/sync@0.3.7
335
+ - @baseplate-dev/ui-components@0.3.7
336
+ - @baseplate-dev/utils@0.3.7
337
+
338
+ ## 2.0.6
339
+
340
+ ### Patch Changes
341
+
342
+ - Updated dependencies [[`1186a21`](https://github.com/halfdomelabs/baseplate/commit/1186a21df267d112a84a42ff1d3c87b495452ce0), [`354b975`](https://github.com/halfdomelabs/baseplate/commit/354b9754e126f4e9f6f4cda0ac4e5f7ca15c0160)]:
343
+ - @baseplate-dev/core-generators@0.3.6
344
+ - @baseplate-dev/react-generators@0.3.6
345
+ - @baseplate-dev/fastify-generators@0.3.6
346
+ - @baseplate-dev/project-builder-lib@0.3.6
347
+ - @baseplate-dev/sync@0.3.6
348
+ - @baseplate-dev/ui-components@0.3.6
349
+ - @baseplate-dev/utils@0.3.6
350
+
351
+ ## 2.0.5
352
+
353
+ ### Patch Changes
354
+
355
+ - [#656](https://github.com/halfdomelabs/baseplate/pull/656) [`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12) Thanks [@kingston](https://github.com/kingston)! - Fix filtering of transformers for web UI
356
+
357
+ - Updated dependencies [[`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12)]:
358
+ - @baseplate-dev/react-generators@0.3.5
359
+ - @baseplate-dev/core-generators@0.3.5
360
+ - @baseplate-dev/fastify-generators@0.3.5
361
+ - @baseplate-dev/project-builder-lib@0.3.5
362
+ - @baseplate-dev/sync@0.3.5
363
+ - @baseplate-dev/ui-components@0.3.5
364
+ - @baseplate-dev/utils@0.3.5
365
+
366
+ ## 2.0.4
367
+
368
+ ### Patch Changes
369
+
370
+ - [#641](https://github.com/halfdomelabs/baseplate/pull/641) [`10423d3`](https://github.com/halfdomelabs/baseplate/commit/10423d33f5a2094eea75fb20744017908e9850bd) Thanks [@kingston](https://github.com/kingston)! - Require name field for the manage roles action
371
+
372
+ - [#638](https://github.com/halfdomelabs/baseplate/pull/638) [`f450b7f`](https://github.com/halfdomelabs/baseplate/commit/f450b7f75cf5ad71c2bdb1c077526251aa240dd0) Thanks [@kingston](https://github.com/kingston)! - Standardize data model names across auth and storage plugins
373
+
374
+ This change removes the ability for users to configure custom model names, replacing it with standardized, fixed model names extracted to plugin-specific constants files. This simplifies templates by eliminating parameterization and makes it easier to discover what models are used by each plugin.
375
+
376
+ **Breaking Changes:**
377
+ - Removed `modelRefs` configuration from plugin schemas
378
+ - Model names are now fixed: User, UserAccount, UserRole, UserSession (auth), File (storage)
379
+
380
+ **Improvements:**
381
+ - Added plugin-specific constants files for better discoverability
382
+ - Simplified UI by removing model selection components
383
+ - Enhanced ModelMergerResultAlert to show "Models Up to Date" instead of null when no changes needed
384
+ - Maintained type safety with Record types
385
+
386
+ **Migration:**
387
+ - Remove any `modelRefs` configuration from plugin definitions
388
+ - Model names will be automatically standardized to the new constants
389
+
390
+ - [#640](https://github.com/halfdomelabs/baseplate/pull/640) [`f6dec7c`](https://github.com/halfdomelabs/baseplate/commit/f6dec7c2166d8ae01fd0ba62b464352b320de052) Thanks [@kingston](https://github.com/kingston)! - Only check for origin header if user session cookie is present
391
+
392
+ - [#643](https://github.com/halfdomelabs/baseplate/pull/643) [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a) Thanks [@kingston](https://github.com/kingston)! - Upgrade to TypeScript 5.8 with erasable syntax only mode
393
+
394
+ This upgrade modernizes the codebase with TypeScript 5.8, enables erasable syntax only mode for better performance, and updates runtime dependencies.
395
+
396
+ **Key Changes:**
397
+ - Upgraded TypeScript to version 5.8
398
+ - Enabled `erasableSyntaxOnly` compiler option for improved build performance
399
+ - Updated Node.js requirement to 22.18
400
+ - Updated PNPM requirement to 10.15
401
+ - Fixed parameter property syntax to be compatible with erasable syntax only mode
402
+
403
+ - Updated dependencies [[`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`217de38`](https://github.com/halfdomelabs/baseplate/commit/217de385f3ac869c5ef740af32634db9bcab6b0c), [`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`f450b7f`](https://github.com/halfdomelabs/baseplate/commit/f450b7f75cf5ad71c2bdb1c077526251aa240dd0), [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a)]:
404
+ - @baseplate-dev/sync@0.3.4
405
+ - @baseplate-dev/fastify-generators@0.3.4
406
+ - @baseplate-dev/react-generators@0.3.4
407
+ - @baseplate-dev/project-builder-lib@0.3.4
408
+ - @baseplate-dev/core-generators@0.3.4
409
+ - @baseplate-dev/utils@0.3.4
410
+ - @baseplate-dev/ui-components@0.3.4
411
+
412
+ ## 2.0.3
413
+
414
+ ### Patch Changes
415
+
416
+ - Updated dependencies []:
417
+ - @baseplate-dev/core-generators@0.3.3
418
+ - @baseplate-dev/fastify-generators@0.3.3
419
+ - @baseplate-dev/project-builder-lib@0.3.3
420
+ - @baseplate-dev/react-generators@0.3.3
421
+ - @baseplate-dev/sync@0.3.3
422
+ - @baseplate-dev/ui-components@0.3.3
423
+ - @baseplate-dev/utils@0.3.3
424
+
425
+ ## 2.0.2
426
+
427
+ ### Patch Changes
428
+
429
+ - [#633](https://github.com/halfdomelabs/baseplate/pull/633) [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb) Thanks [@kingston](https://github.com/kingston)! - Add userAdminRoles configuration field to local auth plugin
430
+
431
+ Adds a new `userAdminRoles` field to the local auth plugin definition that allows configuring which roles can manage users and assign roles to other users. This provides more granular control over user management permissions in the admin interface.
432
+ - Added `userAdminRoles` field to plugin definition schema
433
+ - Updated auth module generator to use configurable admin roles instead of hard-coded 'admin' role
434
+ - Added UI configuration field in the local auth definition editor
435
+ - Maintains backward compatibility with default empty array
436
+
437
+ - [#633](https://github.com/halfdomelabs/baseplate/pull/633) [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb) Thanks [@kingston](https://github.com/kingston)! - Add comprehensive password management capabilities to local auth plugin
438
+
439
+ Introduces robust password management functionality for both users and administrators.
440
+
441
+ **New Backend Features:**
442
+ - Added `changeUserPassword` service function for users to change their own passwords (requires current password validation)
443
+ - Added `resetUserPassword` service function for administrators to reset any user's password (no current password required)
444
+ - Implemented `changePassword` GraphQL mutation with `['user']` authorization
445
+ - Implemented `resetUserPassword` GraphQL mutation with admin authorization
446
+ - Added comprehensive password validation and error handling
447
+ - Supports creating password accounts for users who don't have password authentication configured
448
+
449
+ **New Admin UI Features:**
450
+ - Added `PasswordResetDialog` component for secure password reset functionality
451
+ - Integrated password reset action into user management table dropdown menu
452
+ - Added password confirmation field with client-side validation
453
+ - Implemented proper form validation with configurable minimum password length
454
+ - Added GraphQL code generation for new mutations
455
+
456
+ **New Generator Framework:**
457
+ - Created `adminCrudResetPasswordActionGenerator` mirroring the manage roles pattern
458
+ - Added configurable password reset actions for admin CRUD interfaces
459
+ - Supports both inline and dropdown action positioning
460
+ - Includes template variables for password requirements and user model naming
461
+ - Provides consistent integration with existing admin action containers
462
+
463
+ - Updated dependencies [[`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb), [`1419a96`](https://github.com/halfdomelabs/baseplate/commit/1419a965efd41d2b2dfb86dd18f32e5414a3af85), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`04a4978`](https://github.com/halfdomelabs/baseplate/commit/04a49785642685ca4b56aec27dc0a18520674ef9), [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb)]:
464
+ - @baseplate-dev/project-builder-lib@0.3.2
465
+ - @baseplate-dev/react-generators@0.3.2
466
+ - @baseplate-dev/core-generators@0.3.2
467
+ - @baseplate-dev/fastify-generators@0.3.2
468
+ - @baseplate-dev/sync@0.3.2
469
+ - @baseplate-dev/ui-components@0.3.2
470
+ - @baseplate-dev/utils@0.3.2
471
+
472
+ ## 2.0.1
473
+
474
+ ### Patch Changes
475
+
476
+ - Updated dependencies [[`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788), [`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788)]:
477
+ - @baseplate-dev/core-generators@0.3.1
478
+ - @baseplate-dev/react-generators@0.3.1
479
+ - @baseplate-dev/fastify-generators@0.3.1
480
+ - @baseplate-dev/project-builder-lib@0.3.1
481
+ - @baseplate-dev/sync@0.3.1
482
+ - @baseplate-dev/ui-components@0.3.1
483
+ - @baseplate-dev/utils@0.3.1
484
+
485
+ ## 2.0.0
486
+
487
+ ### Major Changes
488
+
489
+ - [#622](https://github.com/halfdomelabs/baseplate/pull/622) [`85e6413`](https://github.com/halfdomelabs/baseplate/commit/85e6413f8e3ad0043daca3bb9fa3ca5a27843a65) Thanks [@kingston](https://github.com/kingston)! - This major refactor splits the monolithic auth plugin into a managed plugin architecture:
490
+
491
+ ## Plugin Structure Changes
492
+ - **Base auth plugin** (`auth`): Manages common functionality, roles, and provider selection
493
+ - **Implementation plugins** (managed):
494
+ - `local-auth`: Email/password authentication (renamed from original `auth` plugin)
495
+ - `auth0`: Auth0 integration
496
+ - `placeholder-auth`: Development/testing placeholder
497
+
498
+ ## Key Changes
499
+
500
+ ### Plugin Metadata System
501
+ - **BREAKING**: Replace `manifest.json` with `plugin.json` for all plugins
502
+ - **BREAKING**: Rename `id` to `key` in plugin metadata for URL consistency
503
+ - Add `managedBy` field to plugin metadata for managed plugin relationships
504
+ - Implement package.json-based plugin discovery configuration
505
+
506
+ ### Managed Plugin Pattern
507
+ - Implementation plugins are hidden from main plugin list
508
+ - Base plugin automatically manages lifecycle of implementation plugins
509
+ - UI shows "Managed Plugins" section grouped by manager
510
+ - Configure buttons on managed plugins redirect to manager's config page
511
+
512
+ ### Configuration Schema
513
+ - Base auth plugin config includes `implementationPluginKey` to specify active provider
514
+ - Roles configuration moved to base plugin (shared across implementations)
515
+ - Provider-specific configs remain in implementation plugins
516
+
517
+ ### UI Improvements
518
+ - Add tabbed navigation (`AuthConfigTabs`) across all auth plugin interfaces
519
+ - Dynamic provider selection within base plugin configuration
520
+ - Consistent UX patterns between all auth implementation plugins
521
+
522
+ ### Migration Support
523
+ - Automatic migration of existing `plugin-auth` configs to new structure
524
+ - Rename existing `plugin-auth_auth` to `plugin-auth_local-auth`
525
+ - Auto-enable base auth plugin when implementation plugins are detected
526
+ - Preserve all existing configuration without code changes needed
527
+
528
+ ### Patch Changes
529
+
530
+ - [#623](https://github.com/halfdomelabs/baseplate/pull/623) [`82cee71`](https://github.com/halfdomelabs/baseplate/commit/82cee7183ef384e1777e7a563656441ff108e2b3) Thanks [@kingston](https://github.com/kingston)! - Support validating users on admin app based off their roles
531
+
532
+ - [#624](https://github.com/halfdomelabs/baseplate/pull/624) [`d0b08b8`](https://github.com/halfdomelabs/baseplate/commit/d0b08b89a07b9aa845212ec90e2a6123fbecbbe5) Thanks [@kingston](https://github.com/kingston)! - Upgrade Tanstack Router to 1.130.8 and revert from="/" workaround for Link bug
533
+
534
+ - [#625](https://github.com/halfdomelabs/baseplate/pull/625) [`96a3099`](https://github.com/halfdomelabs/baseplate/commit/96a3099ff9eba05fc3b3618b54407014cc555dc2) Thanks [@kingston](https://github.com/kingston)! - Add ability to set Prisma seed scripts and add seed script for local auth users
535
+
536
+ - Updated dependencies [[`aaf8634`](https://github.com/halfdomelabs/baseplate/commit/aaf8634abcf76d938072c7afc43e6e99a2519b13), [`82cee71`](https://github.com/halfdomelabs/baseplate/commit/82cee7183ef384e1777e7a563656441ff108e2b3), [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe), [`85e6413`](https://github.com/halfdomelabs/baseplate/commit/85e6413f8e3ad0043daca3bb9fa3ca5a27843a65), [`8ec33fc`](https://github.com/halfdomelabs/baseplate/commit/8ec33fcdc8fea9cb20e79586b854bf075270ab53), [`d0b08b8`](https://github.com/halfdomelabs/baseplate/commit/d0b08b89a07b9aa845212ec90e2a6123fbecbbe5), [`fbde70f`](https://github.com/halfdomelabs/baseplate/commit/fbde70ffbcae025318480e9607924978847fba2b), [`96a3099`](https://github.com/halfdomelabs/baseplate/commit/96a3099ff9eba05fc3b3618b54407014cc555dc2)]:
537
+ - @baseplate-dev/ui-components@0.3.0
538
+ - @baseplate-dev/react-generators@0.3.0
539
+ - @baseplate-dev/sync@0.3.0
540
+ - @baseplate-dev/project-builder-lib@0.3.0
541
+ - @baseplate-dev/fastify-generators@0.3.0
542
+ - @baseplate-dev/core-generators@0.3.0
543
+ - @baseplate-dev/utils@0.3.0
544
+
545
+ ## 1.0.6
546
+
547
+ ### Patch Changes
548
+
549
+ - Updated dependencies [[`541db59`](https://github.com/halfdomelabs/baseplate/commit/541db59ccf868b6a6fcc8fa756eab0dfa560d193), [`e639251`](https://github.com/halfdomelabs/baseplate/commit/e639251f25094bb17f126e8604e505b1037b5640), [`cc6cd6c`](https://github.com/halfdomelabs/baseplate/commit/cc6cd6cce6bd0d97a68d7bd5b46408e0877d990b)]:
550
+ - @baseplate-dev/react-generators@0.2.6
551
+ - @baseplate-dev/ui-components@0.2.6
552
+ - @baseplate-dev/project-builder-lib@0.2.6
553
+ - @baseplate-dev/core-generators@0.2.6
554
+ - @baseplate-dev/fastify-generators@0.2.6
555
+ - @baseplate-dev/sync@0.2.6
556
+
557
+ ## 1.0.5
558
+
559
+ ### Patch Changes
560
+
561
+ - [#608](https://github.com/halfdomelabs/baseplate/pull/608) [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8) Thanks [@kingston](https://github.com/kingston)! - Refactor plugin migration system to separate config and project definition changes
562
+
563
+ Previously, plugin migrations had mixed responsibilities - both transforming plugin config and mutating the project definition in the same unclear contract. This made the system hard to test and reason about.
564
+
565
+ **New Migration Interface:**
566
+ - `PluginMigrationResult` with explicit `updatedConfig` and `updateProjectDefinition` properties
567
+ - Clear separation between config transformations and project definition updates
568
+ - Better type safety and testability
569
+
570
+ **Schema Version Bug Fix:**
571
+ - Fixed bug where enabling plugins via UI didn't set `configSchemaVersion`
572
+ - Plugin card now uses `PluginUtils.setPluginConfig` to automatically set correct schema version
573
+ - Prevents unnecessary migrations when enabling new plugins
574
+
575
+ **Migration Updates:**
576
+ - All existing migrations updated to use new interface
577
+ - Auth plugin migration: simple config-only transformation
578
+ - Storage plugin migrations: migration #1 (config-only), migration #2 (config + project updates)
579
+
580
+ - [#608](https://github.com/halfdomelabs/baseplate/pull/608) [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8) Thanks [@kingston](https://github.com/kingston)! - Add React app configuration wrapper for user session provider and add useLogOut.gql file
581
+
582
+ - Updated dependencies [[`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33)]:
583
+ - @baseplate-dev/react-generators@0.2.5
584
+ - @baseplate-dev/fastify-generators@0.2.5
585
+ - @baseplate-dev/sync@0.2.5
586
+ - @baseplate-dev/project-builder-lib@0.2.5
587
+ - @baseplate-dev/core-generators@0.2.5
588
+ - @baseplate-dev/ui-components@0.2.5
589
+
590
+ ## 1.0.4
591
+
592
+ ### Patch Changes
593
+
594
+ - Updated dependencies [[`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6)]:
595
+ - @baseplate-dev/react-generators@0.2.4
596
+ - @baseplate-dev/core-generators@0.2.4
597
+ - @baseplate-dev/fastify-generators@0.2.4
598
+ - @baseplate-dev/project-builder-lib@0.2.4
599
+ - @baseplate-dev/sync@0.2.4
600
+ - @baseplate-dev/ui-components@0.2.4
601
+
602
+ ## 1.0.3
603
+
604
+ ### Patch Changes
605
+
606
+ - [#595](https://github.com/halfdomelabs/baseplate/pull/595) [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb) Thanks [@kingston](https://github.com/kingston)! - Support front and backend of new auth plugin
607
+
608
+ - [#594](https://github.com/halfdomelabs/baseplate/pull/594) [`3107a1b`](https://github.com/halfdomelabs/baseplate/commit/3107a1b6917c3b2d14c7e91e2972b06955ebb4ea) Thanks [@kingston](https://github.com/kingston)! - Switch to typed GraphQL documents instead of older Apollo generator
609
+
610
+ - [#592](https://github.com/halfdomelabs/baseplate/pull/592) [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8) Thanks [@kingston](https://github.com/kingston)! - Update auth generators to better fit with Tanstack Router
611
+
612
+ - Updated dependencies [[`f3bd169`](https://github.com/halfdomelabs/baseplate/commit/f3bd169b8debc52628179ca6ebd93c20b8a6f841), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`3107a1b`](https://github.com/halfdomelabs/baseplate/commit/3107a1b6917c3b2d14c7e91e2972b06955ebb4ea), [`69eea11`](https://github.com/halfdomelabs/baseplate/commit/69eea11c3662fbad9b8d2283d5127195c8379c07), [`903e2d8`](https://github.com/halfdomelabs/baseplate/commit/903e2d898c47e6559f55f023eb89a0b524098f3a), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8), [`f0cb763`](https://github.com/halfdomelabs/baseplate/commit/f0cb7632f04bfb487722785fac7218d76d3b7e3b), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8)]:
613
+ - @baseplate-dev/core-generators@0.2.3
614
+ - @baseplate-dev/sync@0.2.3
615
+ - @baseplate-dev/react-generators@0.2.3
616
+ - @baseplate-dev/fastify-generators@0.2.3
617
+ - @baseplate-dev/ui-components@0.2.3
618
+ - @baseplate-dev/project-builder-lib@0.2.3
619
+
620
+ ## 1.0.2
621
+
622
+ ### Patch Changes
623
+
624
+ - Updated dependencies [[`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`b6bc11f`](https://github.com/halfdomelabs/baseplate/commit/b6bc11fdf199c8de40832eb88ea6f6cfc83aa5d7), [`dce88ac`](https://github.com/halfdomelabs/baseplate/commit/dce88ac8d1f951f7336c12c5e004107de3a23e97)]:
625
+ - @baseplate-dev/sync@0.2.2
626
+ - @baseplate-dev/react-generators@0.2.2
627
+ - @baseplate-dev/project-builder-lib@0.2.2
628
+ - @baseplate-dev/core-generators@0.2.2
629
+ - @baseplate-dev/fastify-generators@0.2.2
630
+ - @baseplate-dev/ui-components@0.2.2
631
+
632
+ ## 1.0.1
633
+
634
+ ### Patch Changes
635
+
636
+ - Updated dependencies [[`4d7677e`](https://github.com/halfdomelabs/baseplate/commit/4d7677e8ef2da8ed045ee7fe409519f0f124b34c), [`d7d9985`](https://github.com/halfdomelabs/baseplate/commit/d7d998540ca5886259f93b5020c4d8939c5cdf5f)]:
637
+ - @baseplate-dev/ui-components@0.2.1
638
+ - @baseplate-dev/react-generators@0.2.1
639
+ - @baseplate-dev/core-generators@0.2.1
640
+ - @baseplate-dev/project-builder-lib@0.2.1
641
+ - @baseplate-dev/fastify-generators@0.2.1
642
+ - @baseplate-dev/sync@0.2.1
643
+
644
+ ## 1.0.0
645
+
646
+ ### Patch Changes
647
+
648
+ - [#574](https://github.com/halfdomelabs/baseplate/pull/574) [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264) Thanks [@kingston](https://github.com/kingston)! - Refactored naming of project paths to output paths to be clearer about their meaning
649
+
650
+ - Updated dependencies [[`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3), [`3198895`](https://github.com/halfdomelabs/baseplate/commit/3198895bc45f6ff031e3d1e2c8554ddc3a30261d), [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264), [`fd63554`](https://github.com/halfdomelabs/baseplate/commit/fd635544eb6df0385501f61f3e51bce554633458), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9)]:
651
+ - @baseplate-dev/react-generators@0.2.0
652
+ - @baseplate-dev/project-builder-lib@0.2.0
653
+ - @baseplate-dev/fastify-generators@0.2.0
654
+ - @baseplate-dev/core-generators@0.2.0
655
+ - @baseplate-dev/ui-components@0.2.0
656
+ - @baseplate-dev/sync@0.2.0
657
+
658
+ ## 0.1.3
659
+
660
+ ### Patch Changes
661
+
662
+ - [#564](https://github.com/halfdomelabs/baseplate/pull/564) [`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545) Thanks [@kingston](https://github.com/kingston)! - Add support for merging GraphQL object type requierments from Auth/Storage plugins
663
+
664
+ - [#562](https://github.com/halfdomelabs/baseplate/pull/562) [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad) Thanks [@kingston](https://github.com/kingston)! - Switch to Typescript project references for building/watching project
665
+
666
+ - Updated dependencies [[`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545), [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad)]:
667
+ - @baseplate-dev/project-builder-lib@0.1.3
668
+ - @baseplate-dev/fastify-generators@0.1.3
669
+ - @baseplate-dev/react-generators@0.1.3
670
+ - @baseplate-dev/core-generators@0.1.3
671
+ - @baseplate-dev/ui-components@0.1.3
672
+ - @baseplate-dev/sync@0.1.3
673
+
674
+ ## 0.1.2
675
+
676
+ ### Patch Changes
677
+
678
+ - [#560](https://github.com/halfdomelabs/baseplate/pull/560) [`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8) Thanks [@kingston](https://github.com/kingston)! - Add README files to all packages and plugins explaining their purpose within the Baseplate monorepo.
679
+
680
+ - Updated dependencies [[`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8)]:
681
+ - @baseplate-dev/project-builder-lib@0.1.2
682
+ - @baseplate-dev/ui-components@0.1.2
683
+ - @baseplate-dev/sync@0.1.2
684
+ - @baseplate-dev/core-generators@0.1.2
685
+ - @baseplate-dev/react-generators@0.1.2
686
+ - @baseplate-dev/fastify-generators@0.1.2
687
+
688
+ ## 0.1.1
689
+
690
+ ### Patch Changes
691
+
692
+ - [#559](https://github.com/halfdomelabs/baseplate/pull/559) [`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b) Thanks [@kingston](https://github.com/kingston)! - Rename workspace to @baseplate-dev/\* and reset versions to 0.1.0
693
+
694
+ - [#557](https://github.com/halfdomelabs/baseplate/pull/557) [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad) Thanks [@kingston](https://github.com/kingston)! - Update LICENSE to modified MPL-2.0 license
695
+
696
+ - Updated dependencies [[`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b), [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad)]:
697
+ - @baseplate-dev/project-builder-lib@0.1.1
698
+ - @baseplate-dev/fastify-generators@0.1.1
699
+ - @baseplate-dev/react-generators@0.1.1
700
+ - @baseplate-dev/core-generators@0.1.1
701
+ - @baseplate-dev/ui-components@0.1.1
702
+ - @baseplate-dev/sync@0.1.1