zcmarcus / Slack2Slack

A simple web service aimed at reducing the tedium involved with creating new Slack workspaces based on the general configuration (channels, settings, etc.) of an existing Slack workspace.
0 stars 0 forks source link

Stretch: Change user password length in database to allow for SHA-256 hashed passwords #7

Open zcmarcus opened 4 years ago

zcmarcus commented 4 years ago

After database design/testing is mostly set and merged in, I'm more than willing to make these minor adjustments to the sql dump file and cleandb script and update the team accordingly.

Currently, there's no hashing - just plain-test password storage.

Re-thinking this issue. It's not a great idea to have our app available to the public without password security methods in place, but for now, though, maybe we can just consider this another one of our stretch goals. I wouldn't mind adding after we present our project.

kpalese commented 4 years ago

Sounds like a plan. I think it's not required for the indie project either, so while I agree it's definitely best practice, let's leave it as a stretch goal for now.