- Configure Better Auth emailAndPassword plugin with Resend - Add email verification and password reset email sending - Create forgot-password and reset-password frontend routes - Add auth schemas to @lila/shared
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export * from "./constants.js";
|
|
export * from "./schemas/game.js";
|
|
export * from "./schemas/lobby.js";
|
|
export * from "./schemas/auth.js";
|