Jerkinator / secondRoll

0 stars 0 forks source link

Remove sensitive information from the response in Postman #82

Open TeisLoyche opened 6 months ago

TeisLoyche commented 6 months ago

When for example using GET all users, Postman returns the entire User, passwords included. Same goes for creating a gameAd with user reference, it returns all user info in the response. Fix needed to prevent access to sensitive information. DTO might be needed here?