Skip to content

Releases: Silent-Watcher/jwt-node

v1.3.0

18 Oct 16:24
d093fc3
Compare
Choose a tag to compare

1.3.0 (2023-10-18)

Features

  • add project dotenv friendly (555dc7e)

v1.2.0

18 Oct 15:56
027f3c8
Compare
Choose a tag to compare

1.2.0 (2023-10-18)

Features

  • users can now register and log in using their generated JWT token (dceaadc)

v1.1.0

17 Oct 19:19
c3004ad
Compare
Choose a tag to compare

1.1.0 (2023-10-17)

Features

  • users can now login and fetch their jwt token from the response (421a2f3)

Bug Fixes

  • fix file formating after running prettier package (6c2cec4)

v1.0.0

17 Oct 18:50
f5bc86f
Compare
Choose a tag to compare

1.0.0 (2023-10-17)

Features

  • add auth routes and their controllers: login & register (ebcc2d2)
  • add controller and define root path with its controller (aa0b590)
  • add error handler middlewares (0b8c024)
  • add husky and commitizen (a703981)
  • add mongoose and setup the mongoose config file (4b3faf3)
  • add prettier and .gitattribute file (d18af62)
  • add register feature (85656ce)
  • create & define user model (781af5f)