net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

Added bcryptjs package and added function to hash passwords #62

Closed hmcurt01 closed 3 years ago

nbriz commented 3 years ago

@hmcurt01 it looks like u've added a function to the rest-api that's similar to the one i created in the tutorial for the node CLI (command line script) for hashing pw. was this intentional? b/c it doesn't appear like u're making use of the function at all, i'm not entirely sure what functionality i'm reviewing in this PR?