mikro-orm / nestjs-realworld-example-app

Example real world backend API built with NestJS + MikroORM
https://realworld.io/
MIT License
280 stars 72 forks source link

Fixed exception handling in login endpoint #104

Closed popov654 closed 7 months ago

popov654 commented 7 months ago

We should not return HTTP 500 when user does not exist or password is incorrect

popov654 commented 7 months ago

Fixed test files