Skip to content
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

Not hashing passwords #53

Open
qarth opened this issue May 16, 2017 · 1 comment
Open

Not hashing passwords #53

qarth opened this issue May 16, 2017 · 1 comment

Comments

@qarth
Copy link

qarth commented May 16, 2017

You are teaching people some bad practices by not hashing passwords. You should never store plain text passwords.

@thewhitetulip
Copy link
Owner

thewhitetulip commented May 17, 2017

Yes, I have specifically mentioned in the book that you have to hash passwords in a real life app and because this is a toy app we are not hashing the password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants