-
Notifications
You must be signed in to change notification settings - Fork 2k
POSTing user credentials isn't secure #168
Comments
Encryption is usually handled by tunneling transport through HTTPS. |
I have a PR out for HTTPS. Please take a look. There is a salt and hash function for the user schema. We should look into making this stronger. Such as |
@jloveland what is wrong with the hashing we are using now? I get that it isn't the best, but the tradeoff probably isn't worth it for most people and they can change it if they want. |
@ilanbiala, I didn't review all the code. I see there's nothing wrong with the way the hashing is working...looks like mean is using I agree that if people want different crypto, they can just change it. |
Pull Request #140 has been merged. @roieki , can this be closed or are there other concerns? |
In the
$scope.signin
function definition, there is a POST request that just sends someth:Is there no better way to transport this data, because users can just open dev tools and copy the user/pass combo or set up an HTTP request tracker and get that from a victim's computer.
The text was updated successfully, but these errors were encountered: