feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations.

This commit is contained in:
pradeepkumar
2026-03-26 00:07:31 +05:30
parent ad2d50138a
commit c5f905b4d3
14 changed files with 479 additions and 14 deletions

View File

@@ -39,4 +39,7 @@ class ApiConstants {
// 2FA
static const String twoFactorVerify = '/auth/2fa/verify';
static const String twoFactorVerifyBackup = '/auth/2fa/verify-backup';
// Social Auth
static const String authSocial = '/auth/social';
}