-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Make salt & password not selected by default #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@thomporter is this related to #231 at all? |
@thomporter just wondering if you had a branch for this yet? |
I guess, they (he and #231) are talking about fullstack-demo.
Doesn't it ? |
Nice 😄 Btw, How do you generate demo project ? |
@guiltry the demo is generated by running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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...
The text was updated successfully, but these errors were encountered: