feat: Implement comprehensive user authentication with JWT, social login, and password management.
This commit is contained in:
6
src/auth/dto/index.ts
Normal file
6
src/auth/dto/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export * from './register.dto';
|
||||
export * from './login.dto';
|
||||
export * from './social-auth.dto';
|
||||
export * from './forgot-password.dto';
|
||||
export * from './reset-password.dto';
|
||||
export * from './refresh-token.dto';
|
||||
Reference in New Issue
Block a user