- 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 |
||
|---|---|---|
| app | ||
| docs | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| API_DOCUMENTATION.md | ||
| DBML.md | ||
| main.py | ||
| requirements.txt | ||
| REST_API_RESPONSE_FORMAT.md | ||
| seed.py | ||