WDI-SEA / project-4-issues

Open an issue to receive help on project 4 issues
0 stars 0 forks source link

Auth does not work, any workaround? #3

Closed jyang1003 closed 2 years ago

jyang1003 commented 2 years ago

What stack are you using?

(ex: MERN(mongoose + react), DR(django + react), PEN, etc.)

MERN

What's the problem you're trying to solve?

Bcrypt does not work on my laptop

Post any code you think might be relevant (one fenced block per file)

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

Screen Shot 2022-01-10 at 9 09 39 AM Screen Shot 2022-01-10 at 9 09 52 AM

What is your best guess as to the source of the problem?

No clue

What things have you already tried to solve the problem?

Timm told me to look up alternatives but everything said bcryptjs which also does not work. Simplecrypt was also recommended but I tried installing that and it did not work.

tkolsrud commented 2 years ago

So jerry, you're going to leave hashing as a stretch goal for after you've reached all other mvp right?

jyang1003 commented 2 years ago

Yeah, hashing will be a stretch goal and I'll continue to search for alternatives for bcrypt and bcryptjs.