managarten/services/mana-core-auth/src/auth/dto
Wuesteon ee091c4b10 ♻️ refactor: migrate manacore-web from Supabase to mana-core-auth
- Add password reset functionality to mana-core-auth using Better Auth
- Add forgot-password and reset-password endpoints with DTOs
- Update shared-auth package with resetPassword method and endpoint
- Update manacore-web auth store with resetPassword method
- Refactor reset-password pages to use mana-core-auth instead of Supabase
- Remove Supabase dependencies from manacore-web package.json
- Remove Supabase server code (hooks.server.ts, supabase.ts, API routes)
- Update Dockerfile to remove shared-supabase dependency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 17:04:35 +01:00
..
accept-invitation.dto.ts first auth impl 2025-12-01 13:30:58 +01:00
forgot-password.dto.ts ♻️ refactor: migrate manacore-web from Supabase to mana-core-auth 2025-12-08 17:04:35 +01:00
index.ts first auth impl 2025-12-01 13:30:58 +01:00
invite-employee.dto.ts first auth impl 2025-12-01 13:30:58 +01:00
login.dto.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
refresh-token.dto.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
register-b2b.dto.ts first auth impl 2025-12-01 13:30:58 +01:00
register.dto.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
reset-password.dto.ts ♻️ refactor: migrate manacore-web from Supabase to mana-core-auth 2025-12-08 17:04:35 +01:00
set-active-organization.dto.ts first auth impl 2025-12-01 13:30:58 +01:00