api/app/models
Yoga Pangestu 104a58e6e7 Add password reset functionality with email notifications
- Implemented endpoints for forgot password and reset password
- Added PasswordResetToken model and relationships
- Integrated email service using Resend for sending reset links
- Updated configuration for email and frontend URL
- Enhanced user model to include password reset tokens
- Added necessary schemas for password reset requests
- Updated requirements to include Resend SDK
- Created comprehensive documentation for the new feature
2026-07-22 20:22:58 +07:00
..
__init__.py Add password reset functionality with email notifications 2026-07-22 20:22:58 +07:00
business_type.py Add models and schemas for users, tenants, subscriptions, plans, and business types 2026-07-17 21:24:55 +07:00
password_reset_token.py Add password reset functionality with email notifications 2026-07-22 20:22:58 +07:00
plan.py Add models and schemas for users, tenants, subscriptions, plans, and business types 2026-07-17 21:24:55 +07:00
subscription.py Add models and schemas for users, tenants, subscriptions, plans, and business types 2026-07-17 21:24:55 +07:00
tenant.py Add models and schemas for users, tenants, subscriptions, plans, and business types 2026-07-17 21:24:55 +07:00
user_profile.py Add models and schemas for users, tenants, subscriptions, plans, and business types 2026-07-17 21:24:55 +07:00
user.py Add password reset functionality with email notifications 2026-07-22 20:22:58 +07:00