1.0.0-development.7
Pre-release
Pre-release
1.0.0-development.7 (2024-10-24)
Features
- add auth change-password (84dbdaf)
- add auth config in app module (af0bd79)
- add auth config in swagger (4059182)
- add auth controller (5036beb)
- add auth DTOs (862fd92)
- add auth interface (b229d12)
- add auth module (38529e7)
- add auth schemas (72ad8cd)
- add auth service (de31965)
- add authGuard (7eb1561)
- add encrypt module (e9bf481)
- add encrypt service (f82682b)
- add forgot-password DTO (444f479)
- add forgotPassword and storeResetToken services in auth service (8eb5ec8)
- add IForgotPasswordResponse interface (244260a)
- add mail constants (1492649)
- add mail module (651d7ed)
- add mail module in app module (17fdbfb)
- add mail service (3dd9b69)
- add nodemailer dependencies (b79057a)
- add POST forgotPassword in auth controller (d67eeaf)
- add POST resetPassword in auth controller (aa8bb12)
- add public decorator custom (ea823cf)
- add reset password constants (0430905)
- add resetPassword DTO (0527701)
- add resetPassword service in auth service (b97571a)
- add resetToken collection config in auth module (99e1d2b)
- add resetToken schema (ed3ce31)
- change the name of the field "token" to "refreshToken" in the refreshtoken collection (3e5d18d)
Bug Fixes
- sendPasswordResetEmail await remove in transporter.sendMail (beb68ba)