Ajoute le flux d'invitation avec activation de compte

This commit is contained in:
2026-07-19 19:40:38 +02:00
parent 08b9bb8095
commit 18bf4e60d1
13 changed files with 747 additions and 97 deletions
+1
View File
@@ -1,2 +1,3 @@
export { createAuthModule } from "./module.js";
export { createAccountInviteToken } from "./invites.js";
export { registerAuthApiRoutes } from "./routes.js";