stryker-mutator / stryker-dashboard

See your mutation testing reports from anywhere 🚀
https://dashboard.stryker-mutator.io/
Apache License 2.0
23 stars 19 forks source link

chore: use nestjs passport auth #881

Closed hugo-vrijswijk closed 2 months ago

hugo-vrijswijk commented 2 months ago

Instead of wrapping the Express middlewares around nestjs. This makes the auth more in line with the rest of the application. Features are otherwise the same. It also removes some more low-level code for handling jwt's, and adds a guard to be used for authentication