Skip to content

Releases: Rahad-Ullah/backend-template-typescript-express.js-mongoose

v2.2.0

06 Nov 03:49

Choose a tag to compare

What's New

  • Improved auth guard for handling requests when sending token without bearer
  • Fixed unlinking file in update profile service.
  • Enabled dynamic by user id in profile service.
  • .vscode file is now git ignored.
  • Updated README

Full Changelog: v1.0.4...v1.0.5

v2.1.0

03 Nov 11:35

Choose a tag to compare

What's New

  • Improved OTP generator, enabled dynamic digit length.
  • Fixed sending OTP to deleted users.
  • Prevent login for deleted users.
  • Improved design and fonts of email templates.
  • Enabled dynamic server name on email helper and template.

Full Changelog: v1.0.3...v1.0.4

v1.1.0

21 Sep 06:29

Choose a tag to compare

What's New

  • Updated .env on README

Full Changelog: v1.0.1...v1.0.2

v1.0.0

06 Aug 13:50

Choose a tag to compare

Initial template after fixing multer type issue

Full Changelog: https://github.com/Rahad-Ullah/backend-template-typescript-mongoose-express/commits/v1.0.1

v2.0.0 - Major Changes

02 Nov 15:52

Choose a tag to compare

What's New

  • Modified Router and User model
  • User zod schema and Auth zod schema (Strict validation)
  • Strong authentication methodology
  • Fixed authentication security vulnerabilities
  • cm (create-module) script

Full Changelog: v1.0.2...v1.0.3