Open
Description
We should add select: false
to the password fields (hashedPassword/password and salt.) Then go to the one place we need those fields and ask they be included in our query... I have done this manually on a couple projects I created with the generator and it's worked out nicely, I don't have to worry about adding -password -salt
to user queries later...
I have been meaning to submit a PR about this, but I've been busy...