You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
We should add
select: falseto 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 -saltto user queries later...I have been meaning to submit a PR about this, but I've been busy...