feat: handle oauth2 login

This commit is contained in:
Abdalhamid Alhamad
2025-06-04 14:52:09 +03:00
parent b44bc5d5cc
commit 6c859a25d2
9 changed files with 147 additions and 52 deletions

View File

@ -1,7 +1,9 @@
export * from './apple-login.request.dto';
export * from './create-unverified-user.request.dto';
export * from './disable-biometric.request.dto';
export * from './enable-biometric.request.dto';
export * from './forget-password.request.dto';
export * from './google-login.request.dto';
export * from './login.request.dto';
export * from './refresh-token.request.dto';
export * from './send-forget-password-otp.request.dto';