infoalloggi-monorepo/apps/infoalloggi/src/server/auth
Marco Pedone 4d7802ccc6 feat: implement user invitation system with email invites and password setup
- Added user_invites table to manage invitation tokens.
- Created invite router with procedures for sending, verifying, and accepting invites.
- Implemented email sending functionality for invites.
- Updated user controller to handle password setting during invite acceptance.
- Introduced mustChangePassword flag in user schema and related logic.
- Added middleware to enforce password change requirement.
- Created forms for accepting invites and changing passwords.
- Updated database migrations to reflect new user invite structure and fields.
2025-12-14 18:57:56 +01:00
..
configs.ts fix: update token expiration handling to use correct time units for cookies 2025-09-04 12:38:49 +02:00
jwt.ts feat: implement user invitation system with email invites and password setup 2025-12-14 18:57:56 +01:00