esfrankel / food_coin

Winning project for AngelHackSF 2018
3 stars 1 forks source link

Information Security #13

Open tyleryzhu opened 5 years ago

tyleryzhu commented 5 years ago

Hash the information that you pull from the Trulioo API using bcrypt to maintain security.

tgao1337 commented 5 years ago

Trulioo just sends matched or not matched. We could hash the matching users to check if they already verified or got tokens, but we ran out of time that day. I could work on it if I could ever get my computer npm working.