main
feat: Implement device token management for push notifications
Merge branch 'dev'
Refactor chore assignment logic to handle nil for assignedTo values and improve assignment strategies
feat: Implement child user management with creation, deletion, and password update functionalities
feat: Update device token management to improve logging and correct method descriptions
fix previously hardcoded email address
feat: Add device limit error handling and implement device count retrieval
feat: Update WebSocket configuration and enhance error handling in OAuth2 token exchange
feat: Implement user account deletion service and related handlers - Added deletion service for user accounts with tests covering various scenarios. - Introduced new endpoints for checking and deleting user accounts. - Enhanced user handler to support Apple authentication and account deletion. - Updated user repository to handle active subscription checks. - Refactored authorization imports to align with new structure. - Added Apple authentication provider to user model. - Integrated MFA session handling during account deletion process. - Updated main application to include new services and handlers.
feat: Refactor chore handling to use 'performed_at' instead of 'completed_at', update related logic and database migration
Add Support to consume/redeem points Support Creating task/chore via api Add initial Description for tasks
feat: Add versioning information to build and config, enhance resource and user handlers
feat: Implement chore approval and rejection functionality
Refactor chore handling to use 'performed_at' instead of 'completed_at', update related logic and database migration
feat: Update third party auth callback to include user details in account response
Added at sign to username validation