Skip to content

nest-utils: v3.0.0

Compare
Choose a tag to compare
@spuxx1701 spuxx1701 released this 16 Nov 10:28
eb696ca

3.0.0 (2024-11-16)

⚠ BREAKING CHANGES

  • testing: Migrate testing to separate package
  • auth: Decouple AuthModule from express-openid-connect by forcing consumers to import the auth middleware themselves and hand it over to this package

Features

  • auth: Decouple AuthModule from express-openid-connect by forcing consumers to import the auth middleware themselves and hand it over to this package (90ea1de)
  • testing: Migrate testing to separate package (f0f3c13)

Bug Fixes

  • auth: Mark AuthModule as global module properly (e01d870)