mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Added endpoints for linking and unlinking social accounts in AuthController. - Introduced new types for social account requests and responses. - Implemented methods to fetch and serialize social accounts. - Updated the AuthProvider to include verification handling and cookie prefix management. - Created new components for social connection settings in the dashboard, allowing users to manage their linked accounts. - Added database migration for the new auth_verification table to support account verification processes. Signed-off-by: Innei <tukon479@gmail.com>